diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-02-03 08:50:21 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 08:50:21 -0500 |
commit | 03502faa259bce35317a32afe79b7c69f507e14a (patch) | |
tree | 1e6f23f3516d1bce104b4aaf1d363217306b7a5c | |
parent | efad798b9f01300565f65058b153250cc49d58f2 (diff) |
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: Adrian Bunk <bunk@kernel.org>
Acked-by: Alan Cox <alan@redhat.com>
-rw-r--r-- | Documentation/00-INDEX | 2 | ||||
-rw-r--r-- | Documentation/smp.txt | 22 | ||||
-rw-r--r-- | arch/alpha/Kconfig | 4 | ||||
-rw-r--r-- | arch/arm/Kconfig | 3 | ||||
-rw-r--r-- | arch/ia64/Kconfig | 4 | ||||
-rw-r--r-- | arch/m32r/Kconfig | 3 | ||||
-rw-r--r-- | arch/mips/Kconfig | 4 | ||||
-rw-r--r-- | arch/parisc/Kconfig | 5 | ||||
-rw-r--r-- | arch/s390/Kconfig | 4 | ||||
-rw-r--r-- | arch/sh/Kconfig | 5 | ||||
-rw-r--r-- | arch/sparc/Kconfig | 5 | ||||
-rw-r--r-- | arch/sparc64/Kconfig | 5 | ||||
-rw-r--r-- | arch/x86/Kconfig | 3 |
13 files changed, 19 insertions, 50 deletions
diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX index c3014df066c4..970807f8c090 100644 --- a/Documentation/00-INDEX +++ b/Documentation/00-INDEX | |||
@@ -364,8 +364,6 @@ sharedsubtree.txt | |||
364 | - a description of shared subtrees for namespaces. | 364 | - a description of shared subtrees for namespaces. |
365 | smart-config.txt | 365 | smart-config.txt |
366 | - description of the Smart Config makefile feature. | 366 | - description of the Smart Config makefile feature. |
367 | smp.txt | ||
368 | - a few notes on symmetric multi-processing. | ||
369 | sony-laptop.txt | 367 | sony-laptop.txt |
370 | - Sony Notebook Control Driver (SNC) Readme. | 368 | - Sony Notebook Control Driver (SNC) Readme. |
371 | sonypi.txt | 369 | sonypi.txt |
diff --git a/Documentation/smp.txt b/Documentation/smp.txt deleted file mode 100644 index 82fc50b6305d..000000000000 --- a/Documentation/smp.txt +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | To set up SMP | ||
2 | |||
3 | Configure the kernel and answer Y to CONFIG_SMP. | ||
4 | |||
5 | If you are using LILO, it is handy to have both SMP and non-SMP | ||
6 | kernel images on hand. Edit /etc/lilo.conf to create an entry | ||
7 | for another kernel image called "linux-smp" or something. | ||
8 | |||
9 | The next time you compile the kernel, when running a SMP kernel, | ||
10 | edit linux/Makefile and change "MAKE=make" to "MAKE=make -jN" | ||
11 | (where N = number of CPU + 1, or if you have tons of memory/swap | ||
12 | you can just use "-j" without a number). Feel free to experiment | ||
13 | with this one. | ||
14 | |||
15 | Of course you should time how long each build takes :-) | ||
16 | Example: | ||
17 | make config | ||
18 | time -v sh -c 'make clean install modules modules_install' | ||
19 | |||
20 | If you are using some Compaq MP compliant machines you will need to set | ||
21 | the operating system in the BIOS settings to "Unixware" - don't ask me | ||
22 | why Compaqs don't work otherwise. | ||
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index c613d5fb0daa..1a99bdd3b67d 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig | |||
@@ -531,8 +531,8 @@ config SMP | |||
531 | singleprocessor machines. On a singleprocessor machine, the kernel | 531 | singleprocessor machines. On a singleprocessor machine, the kernel |
532 | will run faster if you say N here. | 532 | will run faster if you say N here. |
533 | 533 | ||
534 | See also the <file:Documentation/smp.txt>, and the SMP-HOWTO | 534 | See also the SMP-HOWTO available at |
535 | available at <http://www.tldp.org/docs.html#howto>. | 535 | <http://www.tldp.org/docs.html#howto>. |
536 | 536 | ||
537 | If you don't know what to do here, say N. | 537 | If you don't know what to do here, say N. |
538 | 538 | ||
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 4b1a8e3d292c..11606434011a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -616,8 +616,7 @@ config SMP | |||
616 | processor machines. On a single processor machine, the kernel will | 616 | processor machines. On a single processor machine, the kernel will |
617 | run faster if you say N here. | 617 | run faster if you say N here. |
618 | 618 | ||
619 | See also the <file:Documentation/smp.txt>, | 619 | See also <file:Documentation/i386/IO-APIC.txt>, |
620 | <file:Documentation/i386/IO-APIC.txt>, | ||
621 | <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at | 620 | <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at |
622 | <http://www.linuxdoc.org/docs.html#howto>. | 621 | <http://www.linuxdoc.org/docs.html#howto>. |
623 | 622 | ||
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index c9307c99a1dc..495e88fb91c5 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -283,8 +283,8 @@ config SMP | |||
283 | single processor systems. On a single processor system, the kernel | 283 | single processor systems. On a single processor system, the kernel |
284 | will run faster if you say N here. | 284 | will run faster if you say N here. |
285 | 285 | ||
286 | See also the <file:Documentation/smp.txt> and the SMP-HOWTO | 286 | See also the SMP-HOWTO available at |
287 | available at <http://www.tldp.org/docs.html#howto>. | 287 | <http://www.tldp.org/docs.html#howto>. |
288 | 288 | ||
289 | If you don't know what to do here, say N. | 289 | If you don't know what to do here, say N. |
290 | 290 | ||
diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig index 49326e9d4413..e0118c4bc082 100644 --- a/arch/m32r/Kconfig +++ b/arch/m32r/Kconfig | |||
@@ -302,8 +302,7 @@ config SMP | |||
302 | Y to "Enhanced Real Time Clock Support", below. The "Advanced Power | 302 | Y to "Enhanced Real Time Clock Support", below. The "Advanced Power |
303 | Management" code will be disabled if you say Y here. | 303 | Management" code will be disabled if you say Y here. |
304 | 304 | ||
305 | See also the <file:Documentation/smp.txt>, | 305 | See also the SMP-HOWTO available at |
306 | and the SMP-HOWTO available at | ||
307 | <http://www.linuxdoc.org/docs.html#howto>. | 306 | <http://www.linuxdoc.org/docs.html#howto>. |
308 | 307 | ||
309 | If you don't know what to do here, say N. | 308 | If you don't know what to do here, say N. |
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 36a4018f71d2..223eb1550fdc 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1754,8 +1754,8 @@ config SMP | |||
1754 | People using multiprocessor machines who say Y here should also say | 1754 | People using multiprocessor machines who say Y here should also say |
1755 | Y to "Enhanced Real Time Clock Support", below. | 1755 | Y to "Enhanced Real Time Clock Support", below. |
1756 | 1756 | ||
1757 | See also the <file:Documentation/smp.txt> and the SMP-HOWTO | 1757 | See also the SMP-HOWTO available at |
1758 | available at <http://www.tldp.org/docs.html#howto>. | 1758 | <http://www.tldp.org/docs.html#howto>. |
1759 | 1759 | ||
1760 | If you don't know what to do here, say N. | 1760 | If you don't know what to do here, say N. |
1761 | 1761 | ||
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 2b649c46631c..808c060231e8 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig | |||
@@ -205,9 +205,8 @@ config SMP | |||
205 | singleprocessor machines. On a singleprocessor machine, the kernel | 205 | singleprocessor machines. On a singleprocessor machine, the kernel |
206 | will run faster if you say N here. | 206 | will run faster if you say N here. |
207 | 207 | ||
208 | See also the <file:Documentation/smp.txt>, | 208 | See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO |
209 | <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available | 209 | available at <http://www.tldp.org/docs.html#howto>. |
210 | at <http://www.tldp.org/docs.html#howto>. | ||
211 | 210 | ||
212 | If you don't know what to do here, say N. | 211 | If you don't know what to do here, say N. |
213 | 212 | ||
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 6ef54d27fc00..39177ba0ec8a 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -81,8 +81,8 @@ config SMP | |||
81 | singleprocessor machines. On a singleprocessor machine, the kernel | 81 | singleprocessor machines. On a singleprocessor machine, the kernel |
82 | will run faster if you say N here. | 82 | will run faster if you say N here. |
83 | 83 | ||
84 | See also the <file:Documentation/smp.txt> and the SMP-HOWTO | 84 | See also the SMP-HOWTO available at |
85 | available at <http://www.tldp.org/docs.html#howto>. | 85 | <http://www.tldp.org/docs.html#howto>. |
86 | 86 | ||
87 | Even if you don't know what to do here, say Y. | 87 | Even if you don't know what to do here, say Y. |
88 | 88 | ||
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index b30c4c376a83..ad3bee70a5b5 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -672,9 +672,8 @@ config SMP | |||
672 | People using multiprocessor machines who say Y here should also say | 672 | People using multiprocessor machines who say Y here should also say |
673 | Y to "Enhanced Real Time Clock Support", below. | 673 | Y to "Enhanced Real Time Clock Support", below. |
674 | 674 | ||
675 | See also the <file:Documentation/smp.txt>, | 675 | See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO |
676 | <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available | 676 | available at <http://www.tldp.org/docs.html#howto>. |
677 | at <http://www.tldp.org/docs.html#howto>. | ||
678 | 677 | ||
679 | If you don't know what to do here, say N. | 678 | If you don't know what to do here, say N. |
680 | 679 | ||
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 527adc808ad6..556f79a873b9 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig | |||
@@ -48,9 +48,8 @@ config SMP | |||
48 | Y to "Enhanced Real Time Clock Support", below. The "Advanced Power | 48 | Y to "Enhanced Real Time Clock Support", below. The "Advanced Power |
49 | Management" code will be disabled if you say Y here. | 49 | Management" code will be disabled if you say Y here. |
50 | 50 | ||
51 | See also the <file:Documentation/smp.txt>, | 51 | See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO |
52 | <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at | 52 | available at <http://www.tldp.org/docs.html#howto>. |
53 | <http://www.tldp.org/docs.html#howto>. | ||
54 | 53 | ||
55 | If you don't know what to do here, say N. | 54 | If you don't know what to do here, say N. |
56 | 55 | ||
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig index 158522f51d31..7392ea9c2301 100644 --- a/arch/sparc64/Kconfig +++ b/arch/sparc64/Kconfig | |||
@@ -166,9 +166,8 @@ config SMP | |||
166 | Y to "Enhanced Real Time Clock Support", below. The "Advanced Power | 166 | Y to "Enhanced Real Time Clock Support", below. The "Advanced Power |
167 | Management" code will be disabled if you say Y here. | 167 | Management" code will be disabled if you say Y here. |
168 | 168 | ||
169 | See also the <file:Documentation/smp.txt>, | 169 | See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO |
170 | <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at | 170 | available at <http://www.tldp.org/docs.html#howto>. |
171 | <http://www.tldp.org/docs.html#howto>. | ||
172 | 171 | ||
173 | If you don't know what to do here, say N. | 172 | If you don't know what to do here, say N. |
174 | 173 | ||
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 7109037bdf7c..56e7e91a1a01 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -204,8 +204,7 @@ config SMP | |||
204 | Y to "Enhanced Real Time Clock Support", below. The "Advanced Power | 204 | Y to "Enhanced Real Time Clock Support", below. The "Advanced Power |
205 | Management" code will be disabled if you say Y here. | 205 | Management" code will be disabled if you say Y here. |
206 | 206 | ||
207 | See also the <file:Documentation/smp.txt>, | 207 | See also <file:Documentation/i386/IO-APIC.txt>, |
208 | <file:Documentation/i386/IO-APIC.txt>, | ||
209 | <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at | 208 | <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at |
210 | <http://www.tldp.org/docs.html#howto>. | 209 | <http://www.tldp.org/docs.html#howto>. |
211 | 210 | ||