diff options
author | David S. Miller <davem@davemloft.net> | 2012-05-11 21:01:47 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-11 21:01:47 -0700 |
commit | 6b7679dd65f0ed072bd675426ca416e572979b1c (patch) | |
tree | 44dd3fa0399e716f5459a5201916577d423d0b3f /arch/sparc/Kconfig | |
parent | 288e58cd03a75d66fdea0c666edf7d6bd3d112e7 (diff) |
sparc32: Stop warning about sun4/sun4c in SMP Kconfig option.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r-- | arch/sparc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 6335849c1547..871de4ec3488 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -150,7 +150,7 @@ source "kernel/Kconfig.freezer" menu "Processor type and features" config SMP - bool "Symmetric multi-processing support (does not work on sun4/sun4c)" + bool "Symmetric multi-processing support" ---help--- This enables support for systems with more than one CPU. If you have a system with only one CPU, say N. If you have a system with more |