On Mon, 29 Apr 2002, blitzkrieg wrote:
> HI,
> I was trying to compile 2.5.11, I noticed that if
> # CONFIG_SMP is not set
>
> and
>
> # CONFIG_X86_LOCAL_APIC is not set
> # CONFIG_X86_IO_APIC is not set
Basically, that code needs CONFIG_X86_LOCAL_APIC, which is set for SMP or
Local-APIC on UP (no IOAPIC needed). -dj has the following which fixes
that dependancy.
dep_bool 'check for P4 thermal throttling interrupt.' \
CONFIG_X86_MCE_P4THERMAL $CONFIG_X86_MCE $CONFIG_X86_LOCAL_APIC
It'll get fixed when that stuff gets merged from -dj (where it originates
from). For now simply enabling CONFIG_X86_LOCAL_APIC should suffice.
Thanks,
Zwane Mwaikambo
-- http://function.linuxpower.ca- 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 : Tue Apr 30 2002 - 22:00:19 EST