summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormlarkin <mlarkin@openbsd.org>2014-11-21 09:08:20 +0000
committermlarkin <mlarkin@openbsd.org>2014-11-21 09:08:20 +0000
commitc3734e397a5f74117ac5c1baf2b1523e25939b77 (patch)
treef7fd50dc4f805513fa8c6e0d22bdfc0a67cd8bb2
parentInitialize the xrun attribute to SIO_IGNORE in sio_sun_getpar(). Found (diff)
downloadwireguard-openbsd-c3734e397a5f74117ac5c1baf2b1523e25939b77.tar.xz
wireguard-openbsd-c3734e397a5f74117ac5c1baf2b1523e25939b77.zip
remove unused #defines and labels.
ok deraadt, guenther
-rw-r--r--sys/arch/amd64/amd64/mptramp.S5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/amd64/amd64/mptramp.S b/sys/arch/amd64/amd64/mptramp.S
index e02cd7c00e4..e6abb613ab9 100644
--- a/sys/arch/amd64/amd64/mptramp.S
+++ b/sys/arch/amd64/amd64/mptramp.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: mptramp.S,v 1.8 2014/01/05 20:23:56 mlarkin Exp $ */
+/* $OpenBSD: mptramp.S,v 1.9 2014/11/21 09:08:20 mlarkin Exp $ */
/* $NetBSD: mptramp.S,v 1.1 2003/04/26 18:39:30 fvdl Exp $ */
/*-
@@ -90,7 +90,6 @@
#define _TRMP_LABEL(a) a = . - _C_LABEL(cpu_spinup_trampoline) + MP_TRAMPOLINE
#define _TRMP_OFFSET(a) a = . - _C_LABEL(cpu_spinup_trampoline)
- .globl _C_LABEL(mpidle)
.global _C_LABEL(cpu_spinup_trampoline)
.global _C_LABEL(cpu_spinup_trampoline_end)
.global _C_LABEL(cpu_hatch)
@@ -99,8 +98,6 @@
.global gdt64
-#define HALT 1: jmp 1b
-
.text
.align 4,0x0
.code16