Re: smp_affinity weirdness in LK 2.6.14
Dimitri Puzin <[email protected]> Thu, 01 Dec 2005 16:36:25 +0100
| Newsgroups | org.kernel.vger.linux-smp |
|---|---|
| Message-ID | <[email protected]> |
Dimitri Puzin schrieb: >Hello, > >I found that I cannot change IRQ affinity in the 2.6.14 kernel. It works >however on the 2.6.13.4 and earlier. > This got fixed with 2.6.15-rc4 commit fe655d3a06488c8a188461bca493e9f23fc8c448 Author: Shaohua Li <[email protected]> Date: Tue Nov 29 19:34:42 2005 -0800 [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 <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> Regards, -Dimitri Puzin aka Tristan-777