From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.mail.elte.hu ([157.181.151.9]:20624 "EHLO mx2.mail.elte.hu") by vger.kernel.org with ESMTP id S1750743AbWJFLUK (ORCPT ); Fri, 6 Oct 2006 07:20:10 -0400 Date: Fri, 6 Oct 2006 13:11:56 +0200 From: Ingo Molnar Subject: Re: [PATCH 3/3] IRQ: Maintain regs pointer globally rather than passing to IRQ handlers Message-ID: <20061006111156.GA19678@elte.hu> References: <20061002132116.2663d7a3.akpm@osdl.org> <20061002162049.17763.39576.stgit@warthog.cambridge.redhat.com> <20061002162053.17763.26032.stgit@warthog.cambridge.redhat.com> <18975.1160058127@warthog.cambridge.redhat.com> <4525A8D8.9050504@garzik.org> <1160133932.1607.68.camel@localhost.localdomain> <45263ABC.4050604@garzik.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45263ABC.4050604@garzik.org> Sender: linux-arch-owner@vger.kernel.org To: Jeff Garzik Cc: Alan Cox , David Howells , Andrew Morton , Thomas Gleixner , torvalds@osdl.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Dmitry Torokhov , Greg KH , David Brownell , Alan Stern List-ID: * Jeff Garzik wrote: > >NAK to that, it will mess up a lot of older drivers which still use > >the irq field and also those who want it to print > > Look at the pt_regs change -- the irq change is similar: > > The information does not go away, it is merely available via another > avenue. but pt_regs is alot less frequently used than irq - and where it's used they arent "drivers" but mostly arch level code like hw-timer handlers. Ingo