From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dimitri Puzin Subject: Re: smp_affinity weirdness in LK 2.6.14 Date: Thu, 01 Dec 2005 16:36:25 +0100 Message-ID: <438F1879.6090907@ddkom-online.de> References: <436CADC1.205@ddkom-online.de> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <436CADC1.205@ddkom-online.de> Sender: linux-smp-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-smp@vger.kernel.org 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 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Regards, -Dimitri Puzin aka Tristan-777