| Submitter | David Miller |
|---|---|
| Date | May 12, 2012, 4:06 a.m. |
| Message ID | <20120512.000643.482852627252752627.davem@davemloft.net> |
| Download | mbox | patch |
| Permalink | /patch/158681/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 6335849..871de4e 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
Signed-off-by: David S. Miller <davem@davemloft.net> --- arch/sparc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)