From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756707Ab0JAVSb (ORCPT ); Fri, 1 Oct 2010 17:18:31 -0400 Received: from gate.crashing.org ([63.228.1.57]:47625 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756637Ab0JAVSa (ORCPT ); Fri, 1 Oct 2010 17:18:30 -0400 Subject: Re: [patch 46/47] powerpc: Use new irq allocator From: Benjamin Herrenschmidt To: Grant Likely Cc: Thomas Gleixner , LKML , linux-arch@vger.kernel.org, Linus Torvalds , Andrew Morton , x86@kernel.org, Peter Zijlstra , Paul Mundt , Russell King , David Woodhouse , Jesse Barnes , Yinghai Lu , "Eric W. Biederman" In-Reply-To: References: <20100930221351.682772535@linutronix.de> <20100930221743.014571381@linutronix.de> <1285893737.2463.4.camel@pasglop> <1285965973.2463.129.camel@pasglop> Content-Type: text/plain; charset="UTF-8" Date: Sat, 02 Oct 2010 07:17:31 +1000 Message-ID: <1285967851.2463.174.camel@pasglop> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2010-10-02 at 06:11 +0900, Grant Likely wrote: > > Before doing that, I'd like to see what data members are still needed. > The powerpc use-case is quite sane, and it may turn out to be common > code after all. I certainly want to port the PowerPC functionality to > ARM. Pretty much the host (domain) pointer and the associated HW number. The later might want to be an arch typedef tho (on ppc64 at least it wants to be 64-bit), and that's it. Cheers, Ben.