Re: [PATCH] Cirqs on large machines

From: Milton Miller (miltonm@bga.com)
Date: Fri Sep 27 2002 - 00:11:58 EST


I looked at this patch again, and it makes no sense.

It would simply sum the unrelated IRQ % IRQvec irqs into a meaningless number.

If you don't want the space taken up in kstat, then you should expand on the
three ifdefs to something like this:

< #if !define(CONFIG_ARCH_S390)

--
> #if !define(CONFIG_ARCH_S390) && !defined(CONFIG_YOUR_BIG_NUMA)

PS: sparc and sparc64 appear to have sparse irq space too: see __irq_itoa

milton - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Sep 30 2002 - 22:00:30 EST