Re: [PATCH] (20/43) Kconfig fix (ppc32 SMP dependencies)

2005-08-23 Thread Paul Mackerras
Al Viro writes:

> ppc SMP is supported only for 6xx/POWER3/POWER4 - i.e. ones that have
> PPC_STD_MMU.  Dependency fixed.
> 
> Signed-off-by: Al Viro <[EMAIL PROTECTED]>

Acked-by: Paul Mackerras <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] (20/43) Kconfig fix (ppc32 SMP dependencies)

2005-08-23 Thread Al Viro
ppc SMP is supported only for 6xx/POWER3/POWER4 - i.e. ones that have
PPC_STD_MMU.  Dependency fixed.

Signed-off-by: Al Viro <[EMAIL PROTECTED]>

diff -urN RC13-rc6-git13-vga/arch/ppc/Kconfig 
RC13-rc6-git13-ppc-SMP/arch/ppc/Kconfig
--- RC13-rc6-git13-vga/arch/ppc/Kconfig 2005-08-21 13:16:48.0 -0400
+++ RC13-rc6-git13-ppc-SMP/arch/ppc/Kconfig 2005-08-21 13:17:03.0 
-0400
@@ -915,6 +915,7 @@
default y if PPC_PREP
 
 config SMP
+   depends on PPC_STD_MMU
bool "Symmetric multi-processing support"
---help---
  This enables support for systems with more than one CPU. If you have
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] (20/43) Kconfig fix (ppc32 SMP dependencies)

2005-08-23 Thread Al Viro
ppc SMP is supported only for 6xx/POWER3/POWER4 - i.e. ones that have
PPC_STD_MMU.  Dependency fixed.

Signed-off-by: Al Viro [EMAIL PROTECTED]

diff -urN RC13-rc6-git13-vga/arch/ppc/Kconfig 
RC13-rc6-git13-ppc-SMP/arch/ppc/Kconfig
--- RC13-rc6-git13-vga/arch/ppc/Kconfig 2005-08-21 13:16:48.0 -0400
+++ RC13-rc6-git13-ppc-SMP/arch/ppc/Kconfig 2005-08-21 13:17:03.0 
-0400
@@ -915,6 +915,7 @@
default y if PPC_PREP
 
 config SMP
+   depends on PPC_STD_MMU
bool Symmetric multi-processing support
---help---
  This enables support for systems with more than one CPU. If you have
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] (20/43) Kconfig fix (ppc32 SMP dependencies)

2005-08-23 Thread Paul Mackerras
Al Viro writes:

 ppc SMP is supported only for 6xx/POWER3/POWER4 - i.e. ones that have
 PPC_STD_MMU.  Dependency fixed.
 
 Signed-off-by: Al Viro [EMAIL PROTECTED]

Acked-by: Paul Mackerras [EMAIL PROTECTED]
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/