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
