From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Subject: Re: [patch 46/47] powerpc: Use new irq allocator Date: Sat, 02 Oct 2010 07:17:31 +1000 Message-ID: <1285967851.2463.174.camel@pasglop> References: <20100930221351.682772535@linutronix.de> <20100930221743.014571381@linutronix.de> <1285893737.2463.4.camel@pasglop> <1285965973.2463.129.camel@pasglop> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: 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 In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: 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" 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.