Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/i386/i386/locore.S,v retrieving revision 1.33 retrieving revision 1.34 diff -u -p -r1.33 -r1.34 --- src/sys/arch/i386/i386/locore.S 2005/03/14 21:50:59 1.33 +++ src/sys/arch/i386/i386/locore.S 2005/04/01 11:59:31 1.34 @@ -1,4 +1,4 @@ -/* $NetBSD: locore.S,v 1.33 2005/03/14 21:50:59 fvdl Exp $ */ +/* $NetBSD: locore.S,v 1.34 2005/04/01 11:59:31 yamt Exp $ */ /*- * Copyright (c) 1998, 2000, 2004 The NetBSD Foundation, Inc. @@ -2053,8 +2053,6 @@ ENTRY(cpu_switchto) #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