2.4.20-pre11, compile error - mpparse.c

From: Ivan Gyurdiev (ivg2@cornell.edu)
Date: Sat Oct 19 2002 - 04:13:28 EST


mpparse.c: At top level:
mpparse.c:70: error: `dest_LowestPrio' undeclared here (not in a function)
make[1]: *** [mpparse.o] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.20-pre11/arch/i386/kernel'
make: *** [_dir_arch/i386/kernel] Error 2

dest_LowestPrio is defined in include/asm/io-apic.h under an ifdef for
CONFIG_X86_IO_APIC
I enable Local APIC for uniprocessors, but not IO-APIC.

[root@cobra linux-2.4]# cat /usr/src/linux-2.4/include/linux/autoconf.h|grep
APIC
#define CONFIG_X86_GOOD_APIC 1
#define CONFIG_X86_UP_APIC 1
#undef CONFIG_X86_UP_IOAPIC
#define CONFIG_X86_LOCAL_APIC 1
[root@cobra linux-2.4]#

        
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Oct 23 2002 - 22:00:46 EST