Re: 2.6.0-test1-mm1

From: William Lee Irwin III (wli@holomorphy.com)
Date: Wed Jul 16 2003 - 09:41:55 EST


On Wed, Jul 16, 2003 at 07:32:21AM -0700, Barry K. Nathan wrote:
> AFAICT it's starting from this:
> cpumask_t irq_affinity [NR_IRQS] =
> { [0 ... NR_IRQS-1] = DEFAULT_CPU_AFFINITY };
> and NR_IRQS-1 is becoming 256, DEFAULT_CPU_AFFINITY is becoming
> cpumask_of_cpu(0). Then cpumask_of_cpu(0) is getting transformed some
> more (I haven't quite figured out what's going on there).
> Does this help at all?

Oh, well that won't fly; it effectively isn't a constant initializer.
I'll see what can be rammed past gcc. We're shooting for something
with array element 0 equal to 0x1UL and all others 0.

-- wli
-
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 : Wed Jul 23 2003 - 22:00:24 EST