Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03502faa authored by Adrian Bunk's avatar Adrian Bunk
Browse files

remove Documentation/smp.txt



After seeing the filename I'd have expected something about the
implementation of SMP in the Linux kernel - not some notes on kernel
configuration and building trivialities noone would search at this
place.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Acked-by: default avatarAlan Cox <alan@redhat.com>
parent efad798b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -364,8 +364,6 @@ sharedsubtree.txt
	- a description of shared subtrees for namespaces.
smart-config.txt
	- description of the Smart Config makefile feature.
smp.txt
	- a few notes on symmetric multi-processing.
sony-laptop.txt
	- Sony Notebook Control Driver (SNC) Readme.
sonypi.txt

Documentation/smp.txt

deleted100644 → 0
+0 −22
Original line number Diff line number Diff line
To set up SMP

Configure the kernel and answer Y to CONFIG_SMP.

If you are using LILO, it is handy to have both SMP and non-SMP
kernel images on hand. Edit /etc/lilo.conf to create an entry
for another kernel image called "linux-smp" or something.

The next time you compile the kernel, when running a SMP kernel,
edit linux/Makefile and change "MAKE=make" to "MAKE=make -jN"
(where N = number of CPU + 1, or if you have tons of memory/swap
 you can just use "-j" without a number). Feel free to experiment
with this one.

Of course you should time how long each build takes :-)
Example:
   make config
   time -v sh -c 'make clean install modules modules_install'

If you are using some Compaq MP compliant machines you will need to set
the operating system in the BIOS settings to "Unixware" - don't ask me
why Compaqs don't work otherwise.
+2 −2
Original line number Diff line number Diff line
@@ -531,8 +531,8 @@ config SMP
	  singleprocessor machines. On a singleprocessor machine, the kernel
	  will run faster if you say N here.

	  See also the <file:Documentation/smp.txt>, and the SMP-HOWTO
	  available at <http://www.tldp.org/docs.html#howto>.
	  See also the SMP-HOWTO available at
	  <http://www.tldp.org/docs.html#howto>.

	  If you don't know what to do here, say N.

+1 −2
Original line number Diff line number Diff line
@@ -616,8 +616,7 @@ config SMP
	  processor machines. On a single processor machine, the kernel will
	  run faster if you say N here.

	  See also the <file:Documentation/smp.txt>,
	  <file:Documentation/i386/IO-APIC.txt>,
	  See also <file:Documentation/i386/IO-APIC.txt>,
	  <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at
	  <http://www.linuxdoc.org/docs.html#howto>.

+2 −2
Original line number Diff line number Diff line
@@ -283,8 +283,8 @@ config SMP
	  single processor systems.  On a single processor system, the kernel
	  will run faster if you say N here.

	  See also the <file:Documentation/smp.txt> and the SMP-HOWTO
	  available at <http://www.tldp.org/docs.html#howto>.
	  See also the SMP-HOWTO available at
	  <http://www.tldp.org/docs.html#howto>.

	  If you don't know what to do here, say N.

Loading