From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Subject: Re: [patch 46/47] powerpc: Use new irq allocator Date: Mon, 04 Oct 2010 11:37:16 +1100 Message-ID: <1286152636.2463.311.camel@pasglop> References: <20100930221351.682772535@linutronix.de> <20100930221743.014571381@linutronix.de> <1285893737.2463.4.camel@pasglop> <1286146459.2463.308.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]:55550 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751573Ab0JDAhx (ORCPT ); Sun, 3 Oct 2010 20:37:53 -0400 In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: To: "Eric W. Biederman" 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 , Grant Likely On Sun, 2010-10-03 at 17:15 -0700, Eric W. Biederman wrote: > > > - Appart from the risk of breaking crap that > parses /proc/interrupts, > > adding the HW irq information there would be trivial and solve your > > problem. > > At this point in time getting things into sysfs seems the way to > handle > that. Right. For now, we have it in debugfs on powerpc, but I agree this should probably move to sysfs. Cheers, Ben.