]> git.hungrycats.org Git - linux/commit
[PATCH] fix timer interrupts on NUMA-Q
authorMartin J. Bligh <martin.bligh@us.ibm.com>
Sun, 14 Jul 2002 10:45:38 +0000 (03:45 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 14 Jul 2002 10:45:38 +0000 (03:45 -0700)
commit897575e3e11274abd3eea923d564d29fefa97a61
tree3cb99e85a6d0beef790f0dd604b61c4b93e52aed
parentd176d0437e80bf8cf6633a4e2308f621c7c30abf
[PATCH] fix timer interrupts on NUMA-Q

Since I turned on the IO-APICs on secondary quads, we are receiving
timer interrupts on *all* quads, not just the first quad, each from their
local timer chip. This causes time to progress far too rapidly ;-)

The simple patch below turns off the timer interrupts for IO-APICs other
than interrupt 0, and has been tested to fix the problem. As it switches
on clustered_apic_mode, it should be safe from hurting anyone else.

This fix is already in 2.4 - I'm playing catchup with 2.5 - the same patch
applies with just a line offset
arch/i386/kernel/io_apic.c