diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-07-06 10:47:52 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-07-13 22:26:04 +0200 |
commit | 879ba8c88a32f2bd3d3369837afdc148bd66bb04 (patch) | |
tree | 6e9fbd2b6c34ede4709bdb1cf724f5652676f98a /arch/mips | |
parent | [MIPS] Panic on fp exception in kernel mode. (diff) | |
download | linux-879ba8c88a32f2bd3d3369837afdc148bd66bb04.tar.xz linux-879ba8c88a32f2bd3d3369837afdc148bd66bb04.zip |
[MIPS] IP22: Remove SYS_SUPPORTS_SMP test code.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-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 0f7b0a126a5b..3ebc5b296dbb 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 |