diff options
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 468dbe8a6b9c..3ad2c4af099c 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -46,6 +46,10 @@ config GENERIC_IOMAP | |||
46 | bool | 46 | bool |
47 | default y | 47 | default y |
48 | 48 | ||
49 | config SCHED_NO_NO_OMIT_FRAME_POINTER | ||
50 | bool | ||
51 | default y | ||
52 | |||
49 | choice | 53 | choice |
50 | prompt "System type" | 54 | prompt "System type" |
51 | default IA64_GENERIC | 55 | default IA64_GENERIC |
@@ -217,6 +221,16 @@ config IA64_SGI_SN_SIM | |||
217 | If you are compiling a kernel that will run under SGI's IA-64 | 221 | If you are compiling a kernel that will run under SGI's IA-64 |
218 | simulator (Medusa) then say Y, otherwise say N. | 222 | simulator (Medusa) then say Y, otherwise say N. |
219 | 223 | ||
224 | config IA64_SGI_SN_XP | ||
225 | tristate "Support communication between SGI SSIs" | ||
226 | depends on MSPEC | ||
227 | help | ||
228 | An SGI machine can be divided into multiple Single System | ||
229 | Images which act independently of each other and have | ||
230 | hardware based memory protection from the others. Enabling | ||
231 | this feature will allow for direct communication between SSIs | ||
232 | based on a network adapter and DMA messaging. | ||
233 | |||
220 | config FORCE_MAX_ZONEORDER | 234 | config FORCE_MAX_ZONEORDER |
221 | int | 235 | int |
222 | default "18" | 236 | default "18" |
@@ -261,6 +275,15 @@ config HOTPLUG_CPU | |||
261 | can be controlled through /sys/devices/system/cpu/cpu#. | 275 | can be controlled through /sys/devices/system/cpu/cpu#. |
262 | Say N if you want to disable CPU hotplug. | 276 | Say N if you want to disable CPU hotplug. |
263 | 277 | ||
278 | config SCHED_SMT | ||
279 | bool "SMT scheduler support" | ||
280 | depends on SMP | ||
281 | default off | ||
282 | help | ||
283 | Improves the CPU scheduler's decision making when dealing with | ||
284 | Intel IA64 chips with MultiThreading at a cost of slightly increased | ||
285 | overhead in some places. If unsure say N here. | ||
286 | |||
264 | config PREEMPT | 287 | config PREEMPT |
265 | bool "Preemptible Kernel" | 288 | bool "Preemptible Kernel" |
266 | help | 289 | help |