smp_apic_timer_interrupt is also used in UP local APIC kernels.
You're either running an SMP kernel on a UP box, or a local APIC
enabled kernel.
>Unable to handle kernel paging request at virtual address ffffe0b0
>c0111f6b
>*pde = 00001063
>Oops: 0002
>...
>Code; c0111f6b <smp_apic_timer_interrupt+b/d0>
>00000000 <_EIP>:
>Code; c0111f6b <smp_apic_timer_interrupt+b/d0> <=====
> 0: c7 05 b0 e0 ff ff 00 movl $0x0,0xffffe0b0 <=====
>Code; c0111f72 <smp_apic_timer_interrupt+12/d0>
> 7: 00 00 00
>Code; c0111f75 <smp_apic_timer_interrupt+15/d0>
> a: ff 05 84 53 25 c0 incl 0xc0255384
>Code; c0111f7b <smp_apic_timer_interrupt+1b/d0>
> 10: 31 d2 xor %edx,%edx
>Code; c0111f7d <smp_apic_timer_interrupt+1d/d0>
> 12: f6 40 00 00 testb $0x0,0x0(%eax)
You got a page fault in ack_APIC_irq(). This should never happen.
-
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/