commit | fe655d3a06488c8a188461bca493e9f23fc8c448 | [log] [tgz] |
---|---|---|
author | Shaohua Li <shaohua.li@intel.com> | Tue Nov 29 19:34:42 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Nov 29 19:47:04 2005 -0800 |
tree | fa8f655041f7a98382cf1122cbcc875a74bd5df4 | |
parent | b0b623c3b22d57d6941b200321779d56c4e79e6b [diff] |
[PATCH] setting irq affinity is broken in ia32 with MSI enabled Setting irq affinity stops working when MSI is enabled. With MSI, move_irq is empty, so we can't change irq affinity. It appears a typo in Ashok's original commit for this issue. X86_64 actually is using move_native_irq. Signed-off-by: Shaohua Li <shaohua.li@intel.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>