From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle McMartin Subject: Re: [RFC trollpatch 1/1] genirq: Remove the fits all and nothing __do_IRQ() code Date: Wed, 29 Sep 2010 10:38:07 -0400 Message-ID: <20100929143807.GB18362@bombadil.infradead.org> References: <20100908152036.643594727@linutronix.de> <987664A83D2D224EAE907B061CE93D5301604712B4@orsmsx505.amr.corp.intel.com> <987664A83D2D224EAE907B061CE93D530160471328@orsmsx505.amr.corp.intel.com> <20100929004607.GA18362@bombadil.infradead.org> <987664A83D2D224EAE907B061CE93D530160554808@orsmsx505.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Kyle McMartin , Thomas Gleixner , LKML , Linus Torvalds , Andrew Morton , Ingo Molnar , Peter Zijlstra , Christoph Hellwig , "linux-alpha@vger.kernel.org" , "linux-cris-kernel@axis.com" , "linux-ia64@vger.kernel.org" , Yoshinori Sato , Hirokazu Takata , Greg Ungerer , Jeff Dike , "linux-parisc@vger.kernel.org" , Chris Zankel , "linux-arch@vger.kernel.org" To: "Luck, Tony" Return-path: In-Reply-To: <987664A83D2D224EAE907B061CE93D530160554808@orsmsx505.amr.corp.intel.com> List-ID: List-Id: linux-parisc.vger.kernel.org On Tue, Sep 28, 2010 at 09:55:01PM -0700, Luck, Tony wrote: > Yes. Take a look in today's linux-next kernel (tag next-20100929) > for commit: 5d4bff94f9e0877a85b4dc573eb7a3f1d97c13ae > > Essentially I just added an "unmask_irq()" call into the ->end > routine, renamed it, and used it as ->unmask. > Ahh, cool, glad to hear it. --Kyle > It seems to work okay - I tried migrating interrupts around by > poking at /proc/irq/NNN/smp_affinity - and that still works. > > -Tony > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle McMartin Date: Wed, 29 Sep 2010 14:38:07 +0000 Subject: Re: [RFC trollpatch 1/1] genirq: Remove the fits all and nothing Message-Id: <20100929143807.GB18362@bombadil.infradead.org> List-Id: References: <20100908152036.643594727@linutronix.de> <987664A83D2D224EAE907B061CE93D5301604712B4@orsmsx505.amr.corp.intel.com> <987664A83D2D224EAE907B061CE93D530160471328@orsmsx505.amr.corp.intel.com> <20100929004607.GA18362@bombadil.infradead.org> <987664A83D2D224EAE907B061CE93D530160554808@orsmsx505.amr.corp.intel.com> In-Reply-To: <987664A83D2D224EAE907B061CE93D530160554808@orsmsx505.amr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Luck, Tony" Cc: Kyle McMartin , Thomas Gleixner , LKML , Linus Torvalds , Andrew Morton , Ingo Molnar , Peter Zijlstra , Christoph Hellwig , "linux-alpha@vger.kernel.org" , "linux-cris-kernel@axis.com" , "linux-ia64@vger.kernel.org" , Yoshinori Sato , Hirokazu Takata , Greg Ungerer , Jeff Dike , "linux-parisc@vger.kernel.org" , Chris Zankel , "linux-arch@vger.kernel.org" On Tue, Sep 28, 2010 at 09:55:01PM -0700, Luck, Tony wrote: > Yes. Take a look in today's linux-next kernel (tag next-20100929) > for commit: 5d4bff94f9e0877a85b4dc573eb7a3f1d97c13ae > > Essentially I just added an "unmask_irq()" call into the ->end > routine, renamed it, and used it as ->unmask. > Ahh, cool, glad to hear it. --Kyle > It seems to work okay - I tried migrating interrupts around by > poking at /proc/irq/NNN/smp_affinity - and that still works. > > -Tony >