diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-10-29 01:52:47 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-10-29 01:52:47 +0000 |
commit | a26041a9691e8f9d6c52bdf146b8a6b008da73cb (patch) | |
tree | a5d816650177b438fb8bdd8bf988181057be3c27 /sys/arch | |
parent | 0cd9410d50b72c06b8656b100a11c3e26c504122 (diff) |
Remove some unused globls
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/i386/locore.s | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/i386/locore.s b/sys/arch/i386/i386/locore.s index 1d7c993051c..09522831414 100644 --- a/sys/arch/i386/i386/locore.s +++ b/sys/arch/i386/i386/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.66 2002/07/24 23:20:11 mickey Exp $ */ +/* $OpenBSD: locore.s,v 1.67 2002/10/29 01:52:46 art Exp $ */ /* $NetBSD: locore.s,v 1.145 1996/05/03 19:41:19 christos Exp $ */ /*- @@ -1829,8 +1829,7 @@ switch_return: * Switch to proc0's saved context and deallocate the address space and kernel * stack for p. Then jump into cpu_switch(), as if we were in proc0 all along. */ - .globl _C_LABEL(proc0),_C_LABEL(uvmspace_free),_C_LABEL(kernel_map) - .globl _C_LABEL(uvm_km_free),_C_LABEL(tss_free) + .globl _C_LABEL(proc0) ENTRY(switch_exit) movl 4(%esp),%edi # old process movl $_C_LABEL(proc0),%ebx |