From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 1CF7C67F54 for ; Sat, 11 Nov 2006 07:42:02 +1100 (EST) Subject: Re: [PATCH 1/16] powerpc: add virq_to_hw accessor routine From: Benjamin Herrenschmidt To: Geoff Levand In-Reply-To: <4554DAB1.6050903@am.sony.com> References: <4554DAB1.6050903@am.sony.com> Content-Type: text/plain Date: Sat, 11 Nov 2006 07:41:48 +1100 Message-Id: <1163191308.4982.170.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2006-11-10 at 12:01 -0800, Geoff Levand wrote: > This adds an accessor routine virq_to_hw() to the > virq routines which hides the implementation details > of the virq to hwirq map. > > > Signed-off-by: Geoff Levand Acked-by: Benjamin Herrenschmidt