diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/alpha/Kconfig | 8 | ||||
-rw-r--r-- | arch/arc/Kconfig | 4 | ||||
-rw-r--r-- | arch/arm/Kconfig | 12 | ||||
-rw-r--r-- | arch/m32r/Kconfig | 8 | ||||
-rw-r--r-- | arch/mips/Kconfig | 8 | ||||
-rw-r--r-- | arch/mn10300/Kconfig | 8 | ||||
-rw-r--r-- | arch/parisc/Kconfig | 8 | ||||
-rw-r--r-- | arch/s390/Kconfig | 4 | ||||
-rw-r--r-- | arch/sh/Kconfig | 8 | ||||
-rw-r--r-- | arch/sparc/Kconfig | 4 | ||||
-rw-r--r-- | arch/x86/Kconfig | 8 |
11 files changed, 40 insertions, 40 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index d39dc9b95a2c..3ba48fe1c0a5 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig | |||
@@ -539,13 +539,13 @@ config SMP | |||
539 | depends on ALPHA_SABLE || ALPHA_LYNX || ALPHA_RAWHIDE || ALPHA_DP264 || ALPHA_WILDFIRE || ALPHA_TITAN || ALPHA_GENERIC || ALPHA_SHARK || ALPHA_MARVEL | 539 | depends on ALPHA_SABLE || ALPHA_LYNX || ALPHA_RAWHIDE || ALPHA_DP264 || ALPHA_WILDFIRE || ALPHA_TITAN || ALPHA_GENERIC || ALPHA_SHARK || ALPHA_MARVEL |
540 | ---help--- | 540 | ---help--- |
541 | This enables support for systems with more than one CPU. If you have | 541 | This enables support for systems with more than one CPU. If you have |
542 | a system with only one CPU, like most personal computers, say N. If | 542 | a system with only one CPU, say N. If you have a system with more |
543 | you have a system with more than one CPU, say Y. | 543 | than one CPU, say Y. |
544 | 544 | ||
545 | If you say N here, the kernel will run on single and multiprocessor | 545 | If you say N here, the kernel will run on uni- and multiprocessor |
546 | machines, but will use only one CPU of a multiprocessor machine. If | 546 | machines, but will use only one CPU of a multiprocessor machine. If |
547 | you say Y here, the kernel will run on many, but not all, | 547 | you say Y here, the kernel will run on many, but not all, |
548 | singleprocessor machines. On a singleprocessor machine, the kernel | 548 | uniprocessor machines. On a uniprocessor machine, the kernel |
549 | will run faster if you say N here. | 549 | will run faster if you say N here. |
550 | 550 | ||
551 | See also the SMP-HOWTO available at | 551 | See also the SMP-HOWTO available at |
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 9063ae6553cc..5438cabbc45d 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig | |||
@@ -128,8 +128,8 @@ config SMP | |||
128 | default n | 128 | default n |
129 | help | 129 | help |
130 | This enables support for systems with more than one CPU. If you have | 130 | This enables support for systems with more than one CPU. If you have |
131 | a system with only one CPU, like most personal computers, say N. If | 131 | a system with only one CPU, say N. If you have a system with more |
132 | you have a system with more than one CPU, say Y. | 132 | than one CPU, say Y. |
133 | 133 | ||
134 | if SMP | 134 | if SMP |
135 | 135 | ||
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ab1689c96a71..4797b244eeee 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1435,14 +1435,14 @@ config SMP | |||
1435 | depends on MMU || ARM_MPU | 1435 | depends on MMU || ARM_MPU |
1436 | help | 1436 | help |
1437 | This enables support for systems with more than one CPU. If you have | 1437 | This enables support for systems with more than one CPU. If you have |
1438 | a system with only one CPU, like most personal computers, say N. If | 1438 | a system with only one CPU, say N. If you have a system with more |
1439 | you have a system with more than one CPU, say Y. | 1439 | than one CPU, say Y. |
1440 | 1440 | ||
1441 | If you say N here, the kernel will run on single and multiprocessor | 1441 | If you say N here, the kernel will run on uni- and multiprocessor |
1442 | machines, but will use only one CPU of a multiprocessor machine. If | 1442 | machines, but will use only one CPU of a multiprocessor machine. If |
1443 | you say Y here, the kernel will run on many, but not all, single | 1443 | you say Y here, the kernel will run on many, but not all, |
1444 | processor machines. On a single processor machine, the kernel will | 1444 | uniprocessor machines. On a uniprocessor machine, the kernel |
1445 | run faster if you say N here. | 1445 | will run faster if you say N here. |
1446 | 1446 | ||
1447 | See also <file:Documentation/x86/i386/IO-APIC.txt>, | 1447 | See also <file:Documentation/x86/i386/IO-APIC.txt>, |
1448 | <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at | 1448 | <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at |
diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig index 09ef94a8a7c3..ca4504424dae 100644 --- a/arch/m32r/Kconfig +++ b/arch/m32r/Kconfig | |||
@@ -277,13 +277,13 @@ config SMP | |||
277 | bool "Symmetric multi-processing support" | 277 | bool "Symmetric multi-processing support" |
278 | ---help--- | 278 | ---help--- |
279 | This enables support for systems with more than one CPU. If you have | 279 | This enables support for systems with more than one CPU. If you have |
280 | a system with only one CPU, like most personal computers, say N. If | 280 | a system with only one CPU, say N. If you have a system with more |
281 | you have a system with more than one CPU, say Y. | 281 | than one CPU, say Y. |
282 | 282 | ||
283 | If you say N here, the kernel will run on single and multiprocessor | 283 | If you say N here, the kernel will run on uni- and multiprocessor |
284 | machines, but will use only one CPU of a multiprocessor machine. If | 284 | machines, but will use only one CPU of a multiprocessor machine. If |
285 | you say Y here, the kernel will run on many, but not all, | 285 | you say Y here, the kernel will run on many, but not all, |
286 | singleprocessor machines. On a singleprocessor machine, the kernel | 286 | uniprocessor machines. On a uniprocessor machine, the kernel |
287 | will run faster if you say N here. | 287 | will run faster if you say N here. |
288 | 288 | ||
289 | People using multiprocessor machines who say Y here should also say | 289 | People using multiprocessor machines who say Y here should also say |
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index c93d92beb3d6..92c8e0b2bb4f 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -2129,13 +2129,13 @@ config SMP | |||
2129 | depends on SYS_SUPPORTS_SMP | 2129 | depends on SYS_SUPPORTS_SMP |
2130 | help | 2130 | help |
2131 | This enables support for systems with more than one CPU. If you have | 2131 | This enables support for systems with more than one CPU. If you have |
2132 | a system with only one CPU, like most personal computers, say N. If | 2132 | a system with only one CPU, say N. If you have a system with more |
2133 | you have a system with more than one CPU, say Y. | 2133 | than one CPU, say Y. |
2134 | 2134 | ||
2135 | If you say N here, the kernel will run on single and multiprocessor | 2135 | If you say N here, the kernel will run on uni- and multiprocessor |
2136 | machines, but will use only one CPU of a multiprocessor machine. If | 2136 | machines, but will use only one CPU of a multiprocessor machine. If |
2137 | you say Y here, the kernel will run on many, but not all, | 2137 | you say Y here, the kernel will run on many, but not all, |
2138 | singleprocessor machines. On a singleprocessor machine, the kernel | 2138 | uniprocessor machines. On a uniprocessor machine, the kernel |
2139 | will run faster if you say N here. | 2139 | will run faster if you say N here. |
2140 | 2140 | ||
2141 | People using multiprocessor machines who say Y here should also say | 2141 | People using multiprocessor machines who say Y here should also say |
diff --git a/arch/mn10300/Kconfig b/arch/mn10300/Kconfig index 8bde9237d13b..a648de1b1096 100644 --- a/arch/mn10300/Kconfig +++ b/arch/mn10300/Kconfig | |||
@@ -184,13 +184,13 @@ config SMP | |||
184 | depends on MN10300_PROC_MN2WS0038 || MN10300_PROC_MN2WS0050 | 184 | depends on MN10300_PROC_MN2WS0038 || MN10300_PROC_MN2WS0050 |
185 | ---help--- | 185 | ---help--- |
186 | This enables support for systems with more than one CPU. If you have | 186 | This enables support for systems with more than one CPU. If you have |
187 | a system with only one CPU, like most personal computers, say N. If | 187 | a system with only one CPU, say N. If you have a system with more |
188 | you have a system with more than one CPU, say Y. | 188 | than one CPU, say Y. |
189 | 189 | ||
190 | If you say N here, the kernel will run on single and multiprocessor | 190 | If you say N here, the kernel will run on uni- and multiprocessor |
191 | machines, but will use only one CPU of a multiprocessor machine. If | 191 | machines, but will use only one CPU of a multiprocessor machine. If |
192 | you say Y here, the kernel will run on many, but not all, | 192 | you say Y here, the kernel will run on many, but not all, |
193 | singleprocessor machines. On a singleprocessor machine, the kernel | 193 | uniprocessor machines. On a uniprocessor machine, the kernel |
194 | will run faster if you say N here. | 194 | will run faster if you say N here. |
195 | 195 | ||
196 | See also <file:Documentation/x86/i386/IO-APIC.txt>, | 196 | See also <file:Documentation/x86/i386/IO-APIC.txt>, |
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index b5f1858baf33..bb2a8ec440e7 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig | |||
@@ -229,13 +229,13 @@ config SMP | |||
229 | bool "Symmetric multi-processing support" | 229 | bool "Symmetric multi-processing support" |
230 | ---help--- | 230 | ---help--- |
231 | This enables support for systems with more than one CPU. If you have | 231 | This enables support for systems with more than one CPU. If you have |
232 | a system with only one CPU, like most personal computers, say N. If | 232 | a system with only one CPU, say N. If you have a system with more |
233 | you have a system with more than one CPU, say Y. | 233 | than one CPU, say Y. |
234 | 234 | ||
235 | If you say N here, the kernel will run on single and multiprocessor | 235 | If you say N here, the kernel will run on uni- and multiprocessor |
236 | machines, but will use only one CPU of a multiprocessor machine. If | 236 | machines, but will use only one CPU of a multiprocessor machine. If |
237 | you say Y here, the kernel will run on many, but not all, | 237 | you say Y here, the kernel will run on many, but not all, |
238 | singleprocessor machines. On a singleprocessor machine, the kernel | 238 | uniprocessor machines. On a uniprocessor machine, the kernel |
239 | will run faster if you say N here. | 239 | will run faster if you say N here. |
240 | 240 | ||
241 | See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO | 241 | See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO |
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index e9f312532526..4f858f77d870 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -334,10 +334,10 @@ config SMP | |||
334 | a system with only one CPU, like most personal computers, say N. If | 334 | a system with only one CPU, like most personal computers, say N. If |
335 | you have a system with more than one CPU, say Y. | 335 | you have a system with more than one CPU, say Y. |
336 | 336 | ||
337 | If you say N here, the kernel will run on single and multiprocessor | 337 | If you say N here, the kernel will run on uni- and multiprocessor |
338 | machines, but will use only one CPU of a multiprocessor machine. If | 338 | machines, but will use only one CPU of a multiprocessor machine. If |
339 | you say Y here, the kernel will run on many, but not all, | 339 | you say Y here, the kernel will run on many, but not all, |
340 | singleprocessor machines. On a singleprocessor machine, the kernel | 340 | uniprocessor machines. On a uniprocessor machine, the kernel |
341 | will run faster if you say N here. | 341 | will run faster if you say N here. |
342 | 342 | ||
343 | See also the SMP-HOWTO available at | 343 | See also the SMP-HOWTO available at |
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index ce298317a73e..6357710753d5 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -701,13 +701,13 @@ config SMP | |||
701 | depends on SYS_SUPPORTS_SMP | 701 | depends on SYS_SUPPORTS_SMP |
702 | ---help--- | 702 | ---help--- |
703 | This enables support for systems with more than one CPU. If you have | 703 | This enables support for systems with more than one CPU. If you have |
704 | a system with only one CPU, like most personal computers, say N. If | 704 | a system with only one CPU, say N. If you have a system with more |
705 | you have a system with more than one CPU, say Y. | 705 | than one CPU, say Y. |
706 | 706 | ||
707 | If you say N here, the kernel will run on single and multiprocessor | 707 | If you say N here, the kernel will run on uni- and multiprocessor |
708 | machines, but will use only one CPU of a multiprocessor machine. If | 708 | machines, but will use only one CPU of a multiprocessor machine. If |
709 | you say Y here, the kernel will run on many, but not all, | 709 | you say Y here, the kernel will run on many, but not all, |
710 | singleprocessor machines. On a singleprocessor machine, the kernel | 710 | uniprocessor machines. On a uniprocessor machine, the kernel |
711 | will run faster if you say N here. | 711 | will run faster if you say N here. |
712 | 712 | ||
713 | People using multiprocessor machines who say Y here should also say | 713 | People using multiprocessor machines who say Y here should also say |
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index d4f7a6a163dc..63dfe68f4af8 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig | |||
@@ -152,10 +152,10 @@ config SMP | |||
152 | a system with only one CPU, say N. If you have a system with more | 152 | a system with only one CPU, say N. If you have a system with more |
153 | than one CPU, say Y. | 153 | than one CPU, say Y. |
154 | 154 | ||
155 | If you say N here, the kernel will run on single and multiprocessor | 155 | If you say N here, the kernel will run on uni- and multiprocessor |
156 | machines, but will use only one CPU of a multiprocessor machine. If | 156 | machines, but will use only one CPU of a multiprocessor machine. If |
157 | you say Y here, the kernel will run on many, but not all, | 157 | you say Y here, the kernel will run on many, but not all, |
158 | singleprocessor machines. On a singleprocessor machine, the kernel | 158 | uniprocessor machines. On a uniprocessor machine, the kernel |
159 | will run faster if you say N here. | 159 | will run faster if you say N here. |
160 | 160 | ||
161 | People using multiprocessor machines who say Y here should also say | 161 | People using multiprocessor machines who say Y here should also say |
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 5aadc49a7621..3e97a3dd4129 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -279,13 +279,13 @@ config SMP | |||
279 | bool "Symmetric multi-processing support" | 279 | bool "Symmetric multi-processing support" |
280 | ---help--- | 280 | ---help--- |
281 | This enables support for systems with more than one CPU. If you have | 281 | This enables support for systems with more than one CPU. If you have |
282 | a system with only one CPU, like most personal computers, say N. If | 282 | a system with only one CPU, say N. If you have a system with more |
283 | you have a system with more than one CPU, say Y. | 283 | than one CPU, say Y. |
284 | 284 | ||
285 | If you say N here, the kernel will run on single and multiprocessor | 285 | If you say N here, the kernel will run on uni- and multiprocessor |
286 | machines, but will use only one CPU of a multiprocessor machine. If | 286 | machines, but will use only one CPU of a multiprocessor machine. If |
287 | you say Y here, the kernel will run on many, but not all, | 287 | you say Y here, the kernel will run on many, but not all, |
288 | singleprocessor machines. On a singleprocessor machine, the kernel | 288 | uniprocessor machines. On a uniprocessor machine, the kernel |
289 | will run faster if you say N here. | 289 | will run faster if you say N here. |
290 | 290 | ||
291 | Note that if you say Y here and choose architecture "586" or | 291 | Note that if you say Y here and choose architecture "586" or |