Re: [PATCH] An generic subarchitecture for 2.5.68

Andi Kleen (ak@muc.de)
Sun, 27 Apr 2003 16:38:01 +0200


On Sun, Apr 27, 2003 at 08:11:47AM +0200, Andrew Morton wrote:
> Andi Kleen <ak@muc.de> wrote:
> >
> >
> > This patch adds an generic x86 subarchitecture.
>
> It causes a large number of compilation errors with the config at
> http://www.zip.com.au/~akpm/linux/patches/stuff/config
>
> Some Kconfig help would be nice...

This incremental patch fixes it by just disallowing SMP in the dependencies.

-Andi

--- linux-subarch/arch/i386/Kconfig-o 2003-04-27 16:32:53.000000000 +0200
+++ linux-subarch/arch/i386/Kconfig 2003-04-27 16:26:24.000000000 +0200
@@ -66,6 +66,7 @@

config X86_SUMMIT
bool "Summit/EXA (IBM x440)"
+ depends on SMP
help
This option is needed for IBM systems that use the Summit/EXA chipset.
In particular, it is needed for the x440.
@@ -74,6 +75,7 @@

config X86_BIGSMP
bool "Support for other sub-arch SMP systems with more than 8 CPUs"
+ depends on SMP
help
This option is needed for the systems that have more than 8 CPUs
and if the system is not of any sub-arch type above.
@@ -93,6 +95,7 @@

config X86_GENERICARCH
bool "Generic architecture (Summit, bigsmp, default)"
+ depends on SMP
help
This option compiles in the Summit, bigsmp, default subarchitectures.
It is intended for a generic binary kernel.

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