From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754537Ab0I2AqP (ORCPT ); Tue, 28 Sep 2010 20:46:15 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:59550 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753124Ab0I2AqN (ORCPT ); Tue, 28 Sep 2010 20:46:13 -0400 Date: Tue, 28 Sep 2010 20:46:07 -0400 From: Kyle McMartin To: "Luck, Tony" Cc: 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" Subject: Re: [RFC trollpatch 1/1] genirq: Remove the fits all and nothing __do_IRQ() code Message-ID: <20100929004607.GA18362@bombadil.infradead.org> References: <20100908152036.643594727@linutronix.de> <987664A83D2D224EAE907B061CE93D5301604712B4@orsmsx505.amr.corp.intel.com> <987664A83D2D224EAE907B061CE93D530160471328@orsmsx505.amr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <987664A83D2D224EAE907B061CE93D530160471328@orsmsx505.amr.corp.intel.com> User-Agent: Mutt/1.5.20 (2009-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 27, 2010 at 12:01:51PM -0700, Luck, Tony wrote: > > Hmm, why isn't chip->unmask() sufficient ? > > That's a good question. I'll take a look at what ia64 is doing > in the ->unmask() and ->end() functions to see if I can fix this > with some code shuffling. > Did you end up solving this? ia64 iosapic and parisc iosapic still look fairly similar... I hit the same issue of ->end() not being called in the handle_level_irq path and ended up just folding in the missing bit to ->unmask (we were already EOI the IOSAPIC, but missing the EOI for the parisc cpu.) --Kyle