Re: [RFC/PATCH] cpuset: cpuset irq affinities

From: Christoph Hellwig
Date: Sun Mar 02 2008 - 00:18:34 EST


On Fri, Feb 29, 2008 at 07:55:51PM +0100, Peter Zijlstra wrote:
> Signed-off-by: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx>
> ---
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/