From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) by ozlabs.org (Postfix) with ESMTP id DDB5B67A6D for ; Wed, 30 Mar 2005 14:20:57 +1000 (EST) In-Reply-To: <84ab51297f043a761321ee6eddc43d4a@embeddededge.com> References: <84ab51297f043a761321ee6eddc43d4a@embeddededge.com> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Message-Id: <1c52c0b6db38845c0bd6636e056d4c64@freescale.com> From: Kumar Gala Date: Tue, 29 Mar 2005 22:20:36 -0600 To: "Dan Malek" Cc: Andrew Morton , shall@mvista.com, linux-kernel@vger.kernel.org, Kumar Gala , linuxppc-embedded Subject: Re: [PATCH] ppc32: CPM2 PIC cleanup irq_to_siubit array List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Done, updated patch w/comment sent to Andrew. - kumar On Mar 29, 2005, at 7:10 PM, Dan Malek wrote: > > > On Mar 29, 2005, at 5:30 PM, Kumar Gala wrote: > > > Cleaned up irq_to_siubit array so we no longer need to do 1 << > > (31-bit), > > just 1 << bit. > > Will you please put a comment in here that indicates this array now > has this computation done?=A0 When I wrote it, these bit numbers > matched the registers and the documentation, so I didn't take > the time to explain. :-) > > Thanks. > > > > =A0=A0=A0=A0=A0=A0=A0 -- Dan