[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4969A334.9080204@r000n.net>
Date: Sun, 11 Jan 2009 10:43:48 +0300
From: Roman Mindalev <lists@...0n.net>
To: LKML <linux-kernel@...r.kernel.org>
CC: Kernel Testers List <kernel-testers@...r.kernel.org>
Subject: [2.6.29-rc1][compilation error] ‘disabled_cpus’ undeclared
Hi!
Receives this output on building of a fresh kernel:
CC arch/x86/kernel/mpparse.o
/home/r000n/git/linux-2.6/arch/x86/kernel/mpparse.c: In function
‘MP_processor_info’:
/home/r000n/git/linux-2.6/arch/x86/kernel/mpparse.c:57: error:
‘disabled_cpus’ undeclared (first use in this function)
/home/r000n/git/linux-2.6/arch/x86/kernel/mpparse.c:57: error: (Each
undeclared identifier is reported only once
/home/r000n/git/linux-2.6/arch/x86/kernel/mpparse.c:57: error: for each
function it appears in.)
/home/r000n/git/linux-2.6/arch/x86/kernel/mpparse.c: In function
‘MP_bus_info’:
/home/r000n/git/linux-2.6/arch/x86/kernel/mpparse.c:85: error: implicit
declaration of function ‘apic_printk’
/home/r000n/git/linux-2.6/arch/x86/kernel/mpparse.c:85: error:
‘APIC_VERBOSE’ undeclared (first use in this function)
/home/r000n/git/linux-2.6/arch/x86/kernel/mpparse.c: In function
‘print_MP_intsrc_info’:
/home/r000n/git/linux-2.6/arch/x86/kernel/mpparse.c:156: error:
‘APIC_VERBOSE’ undeclared (first use in this function)
/home/r000n/git/linux-2.6/arch/x86/kernel/mpparse.c: In function
‘print_mp_irq_info’:
/home/r000n/git/linux-2.6/arch/x86/kernel/mpparse.c:164: error:
‘APIC_VERBOSE’ undeclared (first use in this function)
/home/r000n/git/linux-2.6/arch/x86/kernel/mpparse.c: In function
‘MP_lintsrc_info’:
/home/r000n/git/linux-2.6/arch/x86/kernel/mpparse.c:236: error:
‘APIC_VERBOSE’ undeclared (first use in this function)
/home/r000n/git/linux-2.6/arch/x86/kernel/mpparse.c: In function
‘smp_read_mpc’:
/home/r000n/git/linux-2.6/arch/x86/kernel/mpparse.c:395: error:
‘num_processors’ undeclared (first use in this function)
/home/r000n/git/linux-2.6/arch/x86/kernel/mpparse.c: In function
‘__get_smp_config’:
/home/r000n/git/linux-2.6/arch/x86/kernel/mpparse.c:670: error:
‘num_processors’ undeclared (first use in this function)
/home/r000n/git/linux-2.6/arch/x86/kernel/mpparse.c: In function
‘smp_scan_config’:
/home/r000n/git/linux-2.6/arch/x86/kernel/mpparse.c:692: error:
‘APIC_VERBOSE’ undeclared (first use in this function)
make[2]: *** [arch/x86/kernel/mpparse.o] Error 1
make[1]: *** [arch/x86/kernel] Error 2
make: *** [sub-make] Error 2
View attachment ".config" of type "text/plain" (59349 bytes)
Powered by blists - more mailing lists