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 /arch/x86/Kconfig | |
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>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
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 | ||