From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH 1/6] powerpc: stop exporting irq_map From: Benjamin Herrenschmidt To: Grant Likely In-Reply-To: <20110428200148.8979.66709.stgit@ponder> References: <20110428192227.8979.49181.stgit@ponder> <20110428200148.8979.66709.stgit@ponder> Content-Type: text/plain; charset="UTF-8" Date: Tue, 03 May 2011 11:44:21 +1000 Message-ID: <1304387061.2513.294.camel@pasglop> Mime-Version: 1.0 Cc: Michal Simek , Sebastian Andrzej Siewior , x86@kernel.org, linux-kernel@vger.kernel.org, Ralf Baechle , hpa@zytor.com, Dirk Brandewie , Thomas Gleixner , linuxppc-dev@lists.ozlabs.org, devicetree-discuss@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2011-04-28 at 14:01 -0600, Grant Likely wrote: > First step in eliminating irq_map[] table entirely > > Signed-off-by: Grant Likely > --- > Ack in principle, needs scrutiny and testing of course :-) Cheers, Ben. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755641Ab1ECBtu (ORCPT ); Mon, 2 May 2011 21:49:50 -0400 Received: from gate.crashing.org ([63.228.1.57]:54677 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753092Ab1ECBtt (ORCPT ); Mon, 2 May 2011 21:49:49 -0400 Subject: Re: [PATCH 1/6] powerpc: stop exporting irq_map From: Benjamin Herrenschmidt To: Grant Likely Cc: Michal Simek , Sebastian Andrzej Siewior , linux-kernel@vger.kernel.org, Ralf Baechle , hpa@zytor.com, Dirk Brandewie , Thomas Gleixner , devicetree-discuss@lists.ozlabs.org, x86@kernel.org, linuxppc-dev@lists.ozlabs.org In-Reply-To: <20110428200148.8979.66709.stgit@ponder> References: <20110428192227.8979.49181.stgit@ponder> <20110428200148.8979.66709.stgit@ponder> Content-Type: text/plain; charset="UTF-8" Date: Tue, 03 May 2011 11:44:21 +1000 Message-ID: <1304387061.2513.294.camel@pasglop> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2011-04-28 at 14:01 -0600, Grant Likely wrote: > First step in eliminating irq_map[] table entirely > > Signed-off-by: Grant Likely > --- > Ack in principle, needs scrutiny and testing of course :-) Cheers, Ben. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Subject: Re: [PATCH 1/6] powerpc: stop exporting irq_map Date: Tue, 03 May 2011 11:44:21 +1000 Message-ID: <1304387061.2513.294.camel@pasglop> References: <20110428192227.8979.49181.stgit@ponder> <20110428200148.8979.66709.stgit@ponder> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110428200148.8979.66709.stgit@ponder> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Grant Likely Cc: Sebastian Andrzej Siewior , x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Ralf Baechle , hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org, Thomas Gleixner , linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org List-Id: devicetree@vger.kernel.org On Thu, 2011-04-28 at 14:01 -0600, Grant Likely wrote: > First step in eliminating irq_map[] table entirely > > Signed-off-by: Grant Likely > --- > Ack in principle, needs scrutiny and testing of course :-) Cheers, Ben.