diff options
author | Dave Kleikamp <shaggy@austin.ibm.com> | 2005-05-05 10:32:56 -0400 |
---|---|---|
committer | Dave Kleikamp <shaggy@austin.ibm.com> | 2005-05-05 10:32:56 -0400 |
commit | f77165df5ba75461b491a9f20f778307f1b4a0ac (patch) | |
tree | 5aee2540a7668ce0c0f998eb41dd2776dc83aaa4 /arch/ia64/Kconfig | |
parent | ddf3e298b33f3e15a2e6272e0146dfa940c89a74 (diff) | |
parent | b2d84f078a8be40f5ae3b4d2ac001e2a7f45fe4f (diff) |
Merge with /home/shaggy/git/linus-clean/
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 468dbe8a6b9c..ce13ad689d19 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -217,6 +217,16 @@ config IA64_SGI_SN_SIM | |||
217 | If you are compiling a kernel that will run under SGI's IA-64 | 217 | If you are compiling a kernel that will run under SGI's IA-64 |
218 | simulator (Medusa) then say Y, otherwise say N. | 218 | simulator (Medusa) then say Y, otherwise say N. |
219 | 219 | ||
220 | config IA64_SGI_SN_XP | ||
221 | tristate "Support communication between SGI SSIs" | ||
222 | depends on MSPEC | ||
223 | help | ||
224 | An SGI machine can be divided into multiple Single System | ||
225 | Images which act independently of each other and have | ||
226 | hardware based memory protection from the others. Enabling | ||
227 | this feature will allow for direct communication between SSIs | ||
228 | based on a network adapter and DMA messaging. | ||
229 | |||
220 | config FORCE_MAX_ZONEORDER | 230 | config FORCE_MAX_ZONEORDER |
221 | int | 231 | int |
222 | default "18" | 232 | default "18" |
@@ -261,6 +271,15 @@ config HOTPLUG_CPU | |||
261 | can be controlled through /sys/devices/system/cpu/cpu#. | 271 | can be controlled through /sys/devices/system/cpu/cpu#. |
262 | Say N if you want to disable CPU hotplug. | 272 | Say N if you want to disable CPU hotplug. |
263 | 273 | ||
274 | config SCHED_SMT | ||
275 | bool "SMT scheduler support" | ||
276 | depends on SMP | ||
277 | default off | ||
278 | help | ||
279 | Improves the CPU scheduler's decision making when dealing with | ||
280 | Intel IA64 chips with MultiThreading at a cost of slightly increased | ||
281 | overhead in some places. If unsure say N here. | ||
282 | |||
264 | config PREEMPT | 283 | config PREEMPT |
265 | bool "Preemptible Kernel" | 284 | bool "Preemptible Kernel" |
266 | help | 285 | help |