lkml.org 
[lkml]   [1998]   [Jun]   [7]   [last100]   RSS Feed
Views: [more markup]   [less markup]   [headers]   [forward]  
 
Messages in this thread
/
DateSat, 06 Jun 1998 22:06:19 -0700
FromBen Fennema <>
SubjectRe: spurious APIC interrupt, ayiee, should never happen
MOLNAR Ingo wrote:
> 
> does it go away if you add (1<<0) to the io_apic_irqs = ~((1<<2)|(1<<13));
> line in io_apic.c?
> 
> -- mingo

Works for me. 

Adding it eliminates the:
..MP-BIOS bug: 8254 timer not connected to IO-APIC
..trying to set up timer as ExtINT ... .. (found pin 0) ... works.

boot lines and changes
 NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
 00 0FF 0F  0    0    0   0   0    1    7    51
 01 0FF 0F  0    0    0   0   0    1    1    59
 02 0FF 0F  0    0    0   0   0    1    1    51
to
 00 000 00  1    0    0   0   0    0    0    00
 01 0FF 0F  0    0    0   0   0    1    1    59
 02 000 00  1    0    0   0   0    0    0    00

eliminates the error messages and the CPU1 timer interrupts.

Ben

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu

\
 
 \ /
  Last update: 2005-03-22 12:42    [W:0.341 / U:0.430 seconds]
©2003-2008 Jasper Spaans