Re: Kernel 2.4.2 - kernel BUG at apic.c:220!

2001-02-24 Thread pf-kernel
On Sat, 24 Feb 2001, Manfred Spraul wrote: > > kernel BUG at apic.c:220! > >From apic.c: > <<< > > /* > * Double-check wether this APIC is really registered. > */ > if (!test_bit(GET_APIC_ID(apic_read(APIC_ID)), > &phys_cpu_present_map)) >

Kernel 2.4.2 - kernel BUG at apic.c:220!

2001-02-24 Thread Manfred Spraul
> kernel BUG at apic.c:220! >From apic.c: <<< /* * Double-check wether this APIC is really registered. */ if (!test_bit(GET_APIC_ID(apic_read(APIC_ID)), &phys_cpu_present_map)) BUG(); >>> Really odd. That's usually a sign of a bad

Kernel 2.4.2 - kernel BUG at apic.c:220!

2001-02-23 Thread pf-kernel
When running 2.4.2 on a pentium 4, I get the following during boot: (any typos are due to me typing this in manually, off of what I see on the monitor connected to the P4. I've made sure the addresses are correct, at least... note that this happens with noapic passed as an option to the kernel as