summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2005-09-14 05:38:49 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2005-09-14 05:38:49 +0000
commit6957b3ba1447ed2cdcf839e5ca9dd51674edd513 (patch)
treea1637311e03bb267d5838e65193bbe5b04bc7992
parent348cd0234c33da28f9ec82ef5bb54857e04f9aee (diff)
Remove unused label.
ahh ok, you're confusing me with turdshining :) beck@ ok dlg@
-rw-r--r--sys/arch/i386/i386/locore.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/locore.s b/sys/arch/i386/i386/locore.s
index 370bb730027..0abb7535f56 100644
--- a/sys/arch/i386/i386/locore.s
+++ b/sys/arch/i386/i386/locore.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.s,v 1.91 2005/07/18 14:55:49 mickey Exp $ */
+/* $OpenBSD: locore.s,v 1.92 2005/09/14 05:38:48 marco Exp $ */
/* $NetBSD: locore.s,v 1.145 1996/05/03 19:41:19 christos Exp $ */
/*-
@@ -1537,7 +1537,7 @@ NENTRY(remrunqueue)
#endif /* DIAGNOSTIC */
#if NAPM > 0
- .globl _C_LABEL(apm_cpu_idle),_C_LABEL(apm_cpu_busy),_C_LABEL(apm_dobusy)
+ .globl _C_LABEL(apm_cpu_idle),_C_LABEL(apm_cpu_busy)
#endif
/*
* When no processes are on the runq, cpu_switch() branches to here to wait for