diff options
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 |
