Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/yamt-km]: src/sys/arch/amd64/amd64 remove no longer needed .globl decls.
details: https://anonhg.NetBSD.org/src/rev/4968509fa46e
branches: yamt-km
changeset: 573341:4968509fa46e
user: yamt <yamt%NetBSD.org@localhost>
date: Sun Feb 13 10:06:04 2005 +0000
description:
remove no longer needed .globl decls.
diffstat:
sys/arch/amd64/amd64/locore.S | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r eda70a3190b8 -r 4968509fa46e sys/arch/amd64/amd64/locore.S
--- a/sys/arch/amd64/amd64/locore.S Sun Feb 13 10:04:46 2005 +0000
+++ b/sys/arch/amd64/amd64/locore.S Sun Feb 13 10:06:04 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.13 2004/03/25 18:33:17 drochner Exp $ */
+/* $NetBSD: locore.S,v 1.13.10.1 2005/02/13 10:06:04 yamt Exp $ */
/*
* Copyright-o-rama!
@@ -1069,8 +1069,7 @@
* 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(lwp0),_C_LABEL(uvmspace_free),_C_LABEL(kernel_map)
- .globl _C_LABEL(uvm_km_free),_C_LABEL(tss_free)
+ .globl _C_LABEL(lwp0)
ENTRY(switch_exit)
#ifdef MULTIPROCESSOR
movq CPUVAR(IDLE_PCB),%r8
Home |
Main Index |
Thread Index |
Old Index