diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2018-05-14 03:14:48 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2018-05-14 03:14:48 +0000 |
commit | df17499cf576bf40b00001b870354c1556c301bb (patch) | |
tree | 515d0a2e7b8173219fce6d3372f6d11f9997857d /sys | |
parent | 6088021ac5721746a8d7806269dbc61ef51fa852 (diff) |
Delete unused/obsolete labels
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/amd64/vector.S | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/amd64/amd64/vector.S b/sys/arch/amd64/amd64/vector.S index 0b42ba07b7b..f6c2096e463 100644 --- a/sys/arch/amd64/amd64/vector.S +++ b/sys/arch/amd64/amd64/vector.S @@ -1,4 +1,4 @@ -/* $OpenBSD: vector.S,v 1.56 2018/04/26 14:09:05 guenther Exp $ */ +/* $OpenBSD: vector.S,v 1.57 2018/05/14 03:14:47 guenther Exp $ */ /* $NetBSD: vector.S,v 1.5 2004/06/28 09:13:11 fvdl Exp $ */ /* @@ -299,7 +299,6 @@ Xexceptions: KUENTRY(alltraps) INTRENTRY(alltraps) sti -calltrap: cld SMAP_CLAC #ifdef DIAGNOSTIC @@ -330,7 +329,7 @@ calltrap: je 1f testb $SEL_RPL,TF_CS(%rsp) jz 1f -5: CLEAR_ASTPENDING(%r11) + CLEAR_ASTPENDING(%r11) sti movq %rsp, %rdi call _C_LABEL(ast) @@ -547,7 +546,6 @@ KIDTVEC(resume_xen_upcall) 2: movq $(1 << LIR_XEN),%rax orq %rax,CPUVAR(IPENDING) -3: INTRFASTEXIT #endif /* NXEN > 0 */ @@ -582,7 +580,6 @@ KIDTVEC(resume_hyperv_upcall) 2: movq $(1 << LIR_HYPERV),%rax orq %rax,CPUVAR(IPENDING) -3: INTRFASTEXIT #endif /* NHYPERV > 0 */ #endif /* NLAPIC > 0 */ |