NetBSD-Bugs archive

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

port-i386/39398: undefined symbol in kernel.



>Number:         39398
>Category:       port-i386
>Synopsis:       undefined symbol in kernel.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    port-i386-maintainer
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Aug 24 14:10:00 +0000 2008
>Originator:     Henning Petersen
>Release:        Netbsd-current
>Organization:
none
>Environment:
xxx
>Description:
undefined symbol cpu_id in GENERIC kernel.
>How-To-Repeat:
nm -u netbsd
   U cpu_id
>Fix:
Index: sys/arch/i386/i386/mptramp.S
===================================================================
RCS file: /cvsroot/src/sys/arch/i386/i386/mptramp.S,v
retrieving revision 1.17
diff -u -r1.17 mptramp.S
--- sys/arch/i386/i386/mptramp.S        27 Jun 2008 00:41:39 -0000      1.17
+++ sys/arch/i386/i386/mptramp.S        10 Aug 2008 13:35:30 -0000
@@ -111,7 +111,7 @@
 #define HALTT(x,y) /**/
 #endif
 
-        .globl  _C_LABEL(cpu),_C_LABEL(cpu_id),_C_LABEL(cpu_vendor)
+        .globl  _C_LABEL(cpu),_C_LABEL(cpu_vendor)
        .globl  _C_LABEL(cpuid_level)
        .globl  _C_LABEL(idle_loop)
 



Home | Main Index | Thread Index | Old Index