[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080302051810.GA31681@infradead.org>
Date: Sun, 2 Mar 2008 00:18:10 -0500
From: Christoph Hellwig <hch@...radead.org>
To: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Cc: Ingo Molnar <mingo@...e.hu>, Thomas Gleixner <tglx@...utronix.de>,
Oleg Nesterov <oleg@...sign.ru>,
Steven Rostedt <rostedt@...dmis.org>,
Paul Jackson <pj@....com>,
Max Krasnyanskiy <maxk@...lcomm.com>,
linux-kernel@...r.kernel.org, David Rientjes <rientjes@...gle.com>
Subject: Re: [RFC/PATCH] cpuset: cpuset irq affinities
On Fri, Feb 29, 2008 at 07:55:51PM +0100, Peter Zijlstra wrote:
> Signed-off-by: Peter Zijlstra <a.p.zijlstra@...llo.nl>
> ---
> include/linux/irq.h | 9 ++
> kernel/cpuset.c | 160 ++++++++++++++++++++++++++++++++++++++++++++++++++++
> kernel/irq/manage.c | 19 ++++++
> 3 files changed, 188 insertions(+)
linux/irq.h must not be included in generic code, it's actually more
and asm-generic/hw_irq.h. Please restructure the code so that the
cpuset code calls into an arch interface which will then be implemented
by arch code (which in most cases will be genirq, the other can be left
stubbed out for now)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists