Re: [patch] NUMAQ subarchification

James Bottomley (James.Bottomley@steeleye.com)
16 Mar 2003 08:36:51 -0600


On Sat, 2003-03-15 at 23:55, Kai Germaschewski wrote:
> On 15 Mar 2003, James Bottomley wrote:
> +config X86_DEFAULT_TOPOLOGY
> + bool
> + default y
> + depends on X86_PC || X86_NUMAQ || X86_SUMMIT || X86_BIGSMP
> +

The slight problem here is that topology isn't shared between default,
summit and numaq (or at least won't be when the #ifdef mess is removed
from the default), but summit and numaq would still like to share the
same topology file between them, which is going to add another level of
complexity to the Makefile solution.

On the whole, I think the least of the three evils is #including a .c
file.

James

-
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/