Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759586AbXJZJpa (ORCPT ); Fri, 26 Oct 2007 05:45:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762069AbXJZJoN (ORCPT ); Fri, 26 Oct 2007 05:44:13 -0400 Received: from gate.crashing.org ([63.228.1.57]:50663 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757978AbXJZJoL (ORCPT ); Fri, 26 Oct 2007 05:44:11 -0400 In-Reply-To: References: <9799624f63e093aa915947aea8fb1b8a5df959a1.1193390973.git.jeff@garzik.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Cc: LKML , akpm@linux-foundation.org, davem@davemloft.net, tony.luck@intel.com, linux-ia64@vger.kernel.org, paulus@samba.org, benh@kernel.crashing.org Content-Transfer-Encoding: 7bit From: Kumar Gala Subject: Re: [PATCH] IA64, PPC, SPARC: minor irq handler cleanups Date: Fri, 26 Oct 2007 04:44:26 -0500 To: Jeff Garzik X-Mailer: Apple Mail (2.752.2) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1566 Lines: 42 On Oct 26, 2007, at 4:40 AM, Jeff Garzik wrote: > ia64/sn/kernel/huberror.c: > - remove pointless void* cast > - add KERN_xxx prefix > > ia64/sn/pci/tioce_provider.c: start functions at column zero > > ppc/8xx_io/fec.c: kill prototype, remove extra whitespace > > ppc/platforms/85xx/* > 'irq' argument in irq handler is used purely as a temporary > variable. Update the function to reflect this usage, changing > the first arg's name from 'irq' to 'dummy' > > ppc/platforms/sbc82xx.c: ditto > > sparc/kernel/time.c: mark timer_interrupt() static (from DaveM) > > Signed-off-by: Jeff Garzik > --- > arch/ia64/sn/kernel/huberror.c | 4 ++-- > arch/ia64/sn/pci/tioce_provider.c | 6 ++++-- > arch/ppc/8xx_io/fec.c | 3 +-- > arch/ppc/platforms/85xx/mpc8560_ads.c | 4 +++- > arch/ppc/platforms/85xx/mpc85xx_cds_common.c | 4 +++- > arch/ppc/platforms/85xx/stx_gp3.c | 4 +++- > arch/ppc/platforms/85xx/tqm85xx.c | 4 +++- > arch/ppc/platforms/sbc82xx.c | 4 +++- > arch/sparc/kernel/time.c | 2 +- > 9 files changed, 23 insertions(+), 12 deletions(-) I haven't been following this with detail. Is the intent that this would be for 2.6.24 or .25? - k - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/