Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/yamt-km]: src/sys/arch/i386/i386 remove no longer needed .globl decls.



details:   https://anonhg.NetBSD.org/src/rev/19aed7d0a173
branches:  yamt-km
changeset: 573346:19aed7d0a173
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sun Feb 13 10:47:14 2005 +0000

description:
remove no longer needed .globl decls.

diffstat:

 sys/arch/i386/i386/locore.S |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 8e09f409fa23 -r 19aed7d0a173 sys/arch/i386/i386/locore.S
--- a/sys/arch/i386/i386/locore.S       Sun Feb 13 10:40:48 2005 +0000
+++ b/sys/arch/i386/i386/locore.S       Sun Feb 13 10:47:14 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.31 2004/08/26 10:12:33 junyoung Exp $     */
+/*     $NetBSD: locore.S,v 1.31.6.1 2005/02/13 10:47:14 yamt Exp $     */
 
 /*-
  * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -2051,8 +2051,6 @@
 #ifndef MULTIPROCESSOR
        .globl  _C_LABEL(lwp0)
 #endif
-       .globl  _C_LABEL(uvmspace_free),_C_LABEL(kernel_map)
-       .globl  _C_LABEL(uvm_km_free),_C_LABEL(tss_free)
 /* LINTSTUB: Func: void cpu_exit(struct lwp *l) */
 ENTRY(cpu_exit)
        movl    4(%esp),%edi            # old process



Home | Main Index | Thread Index | Old Index