summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Larkin <mlarkin@cvs.openbsd.org>2014-11-21 09:08:21 +0000
committerMike Larkin <mlarkin@cvs.openbsd.org>2014-11-21 09:08:21 +0000
commit9b8d0bacfe0d15e51f6b55200299ecd4d0a8d7e5 (patch)
treedac130011b5b9d2b4554232cf450f1bc55a21b77
parent27a0c741de5b5a20779fa93bb71f8a9c44bda7f1 (diff)
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