This is the error i get:
Code: Select all
CC arch/x86/kernel/apic/apic.o
arch/x86/kernel/apic/apic.c: In function 'setup_boot_APIC_clock':
arch/x86/kernel/apic/apic.c:819: error: 'nmi_watchdog' undeclared (first use in this function)
arch/x86/kernel/apic/apic.c:819: error: (Each undeclared identifier is reported only once
arch/x86/kernel/apic/apic.c:819: error: for each function it appears in.)
arch/x86/kernel/apic/apic.c:819: error: 'NMI_IO_APIC' undeclared (first use in this function)
arch/x86/kernel/apic/apic.c: In function 'end_local_APIC_setup':
arch/x86/kernel/apic/apic.c:1407: error: implicit declaration of function 'nmi_watchdog_default'
arch/x86/kernel/apic/apic.c:1408: error: implicit declaration of function 'setup_apic_nmi_watchdog'
arch/x86/kernel/apic/apic.c: In function 'APIC_init_uniprocessor':
arch/x86/kernel/apic/apic.c:1784: error: implicit declaration of function 'localise_nmi_watchdog'
arch/x86/kernel/apic/apic.c:1792: error: implicit declaration of function 'check_nmi_watchdog'


