diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-07-06 08:47:52 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-07-13 20:26:04 (GMT) |
commit | 879ba8c88a32f2bd3d3369837afdc148bd66bb04 (patch) | |
tree | 6e9fbd2b6c34ede4709bdb1cf724f5652676f98a | |
parent | 57725f9eb689d04c9ae4334cef65633c0b95558f (diff) | |
download | linux-fsl-qoriq-879ba8c88a32f2bd3d3369837afdc148bd66bb04.tar.xz |
[MIPS] IP22: Remove SYS_SUPPORTS_SMP test code.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 0f7b0a1..3ebc5b2 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -596,7 +596,6 @@ config SGI_IP22 select SYS_SUPPORTS_32BIT_KERNEL select SYS_SUPPORTS_64BIT_KERNEL select SYS_SUPPORTS_BIG_ENDIAN - select SYS_SUPPORTS_SMP help This are the SGI Indy, Challenge S and Indigo2, as well as certain OEM variants like the Tandem CMN B006S. To compile a Linux kernel |