parisc/Kconfig: SMP kernels boot on all machines
authorHelge Deller <deller@gmx.de>
Tue, 13 Mar 2018 19:56:16 +0000 (20:56 +0100)
committerHelge Deller <deller@gmx.de>
Tue, 27 Mar 2018 16:52:22 +0000 (18:52 +0200)
I'm not aware of any machines which won't be able to run our SMP kernel.
Refine the Kconfig help text.

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/Kconfig

index 9792d8c..7e0bb98 100644 (file)
@@ -276,10 +276,8 @@ config SMP
          than one CPU, say Y.
 
          If you say N here, the kernel will run on uni- and multiprocessor
-         machines, but will use only one CPU of a multiprocessor machine. If
-         you say Y here, the kernel will run on many, but not all,
-         uniprocessor machines. On a uniprocessor machine, the kernel
-         will run faster if you say N here.
+         machines, but will use only one CPU of a multiprocessor machine.
+         On a uniprocessor machine, the kernel will run faster if you say N.
 
          See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO
          available at <http://www.tldp.org/docs.html#howto>.