From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([66.187.233.31]:10945 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S1030220AbWJCKcC (ORCPT ); Tue, 3 Oct 2006 06:32:02 -0400 From: David Howells In-Reply-To: <10243.1159869674@warthog.cambridge.redhat.com> References: <10243.1159869674@warthog.cambridge.redhat.com> <20061002201836.GB31365@elte.hu> <20061002162049.17763.39576.stgit@warthog.cambridge.redhat.com> <20061002162053.17763.26032.stgit@warthog.cambridge.redhat.com> <20061002132116.2663d7a3.akpm@osdl.org> Subject: Re: [PATCH 3/3] IRQ: Maintain regs pointer globally rather than passing to IRQ handlers Date: Tue, 03 Oct 2006 11:30:04 +0100 Message-ID: <10922.1159871404@warthog.cambridge.redhat.com> Sender: linux-arch-owner@vger.kernel.org To: David Howells Cc: Ingo Molnar , 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: David Howells wrote: > I wish. No, it's not simple enough to script. All the usages of struct > pt_regs have to be eyeballed and have to be poked with the compiler. The > problem is when an interrupt handler passes regs down to someone else - that I > can't find. Can't find with grep, I mean. David