diff options
author | 2008-12-08 11:44:11 -0600 | |
---|---|---|
committer | 2008-12-09 10:57:18 -0800 | |
commit | ff740fb02146c83d96def1b897ed232b4e0fbcfd (patch) | |
tree | c4f956781a660d4a16114d899fa0f4a2bb08a5c6 /kernel/extable.c | |
parent | [IA64] Fix section mismatch ioc3uart_init()/ioc3uart_submodule (diff) | |
download | wireguard-linux-ff740fb02146c83d96def1b897ed232b4e0fbcfd.tar.xz wireguard-linux-ff740fb02146c83d96def1b897ed232b4e0fbcfd.zip |
[IA64] SN: prevent IRQ retargetting in request_irq()
With the introduction of the generic affinity autoselector,
irq_select_affinity(), IRQs are now being retargetted,
using a default mask, via the request_irq() path.
This results in all IRQs targetted at CPU 0.
SN Altix assigns affinity in the SN PROM, and does not
expect that to be changed as part of request_irq().
Set the IRQ_AFFINITY_SET flag to prevent
request_irq() from resetting affinity.
Signed-off-by: John Keller <jpk@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'kernel/extable.c')
0 files changed, 0 insertions, 0 deletions