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/