summary refs log tree commit diff
path: root/arch/sparc/kernel/windows.c
diff options
context:
space:
mode:
authorKjetil Oftedal <oftedal@gmail.com>2011-08-29 00:16:28 +0200
committerDavid S. Miller <davem@davemloft.net>2011-08-29 09:20:40 -0700
commit38f7f8f05e8239e9871f7e1c4b0a842080e85315 (patch)
tree07ec2f9cae65bc299f12f3a1bf32bc28ae121ed7 /arch/sparc/kernel/windows.c
parent2ee04a10697a642ee3b53f0019d3dac7b79f9aae (diff)
downloadlinux-38f7f8f05e8239e9871f7e1c4b0a842080e85315.tar.gz
sparc32,sun4d: Change IPI IRQ level to prevent collision between IPI and timer interrupt
On Sun4d systems running in SMP mode, IRQ 14 is used for timer interrupts
and has a specialized interrupt handler. IPI is currently set to use IRQ 14
as well, which causes it to trigger the timer interrupt handler, and not the
IPI interrupt handler.

The IPI interrupt is therefore changed to IRQ 13, which is the highest
normally handled interrupt. This IRQ is also used for SBUS interrupts,
however there is nothing in the IPI/SBUS interrupt handlers that indicate
that they will not handle sharing the interrupt.
(IRQ 13 is indicated as audio interrupt, which is unlikely to be found in a
sun4d system)

Signed-off-by: Kjetil Oftedal <oftedal@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/windows.c')
0 files changed, 0 insertions, 0 deletions