aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDomen Puncer <domen@coderock.org>2005-01-09 21:11:23 -0800
committerDavid S. Miller <davem@nuts.davemloft.net>2005-01-09 21:11:23 -0800
commit539cb017eee5ce7f3f92a23dddd16dd44fc5d5c7 (patch)
tree3e159b8be02324c22465f79a57085347c9d0a33e /arch
parent23be5ba88b7141daad9999f58ebe83fc93eb462d (diff)
downloadhistory-539cb017eee5ce7f3f92a23dddd16dd44fc5d5c7.tar.gz
[SPARC64]: Remove x86-specific help in arch/sparc64/Kconfig
Signed-off by: James Nelson <james4765@gmail.com> Signed-off-by: Domen Puncer <domen@coderock.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r--arch/sparc64/Kconfig10
1 files changed, 2 insertions, 8 deletions
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig
index 4d48a00f77dc2e..3a1ab51d9077e4 100644
--- a/arch/sparc64/Kconfig
+++ b/arch/sparc64/Kconfig
@@ -92,8 +92,8 @@ config SMP
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, like most personal computers, say N. If
- you have a system with more than one CPU, say Y.
+ a system with only one CPU, say N. If you have a system with more than
+ one CPU, say Y.
If you say N here, the kernel will run on single and multiprocessor
machines, but will use only one CPU of a multiprocessor machine. If
@@ -101,17 +101,11 @@ config SMP
singleprocessor machines. On a singleprocessor machine, the kernel
will run faster if you say N here.
- Note that if you say Y here and choose architecture "586" or
- "Pentium" under "Processor family", the kernel will not work on 486
- architectures. Similarly, multiprocessor kernels for the "PPro"
- architecture may not work on all Pentium based boards.
-
People using multiprocessor machines who say Y here should also say
Y to "Enhanced Real Time Clock Support", below. The "Advanced Power
Management" code will be disabled if you say Y here.
See also the <file:Documentation/smp.txt>,
- <file:Documentation/i386/IO-APIC.txt>,
<file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at
<http://www.tldp.org/docs.html#howto>.