diff options
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 3279646120e3..ceed9a791e6d 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -375,8 +375,8 @@ config NR_CPUS | |||
375 | performance hit. | 375 | performance hit. |
376 | 376 | ||
377 | config HOTPLUG_CPU | 377 | config HOTPLUG_CPU |
378 | bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" | 378 | bool "Support for hot-pluggable CPUs" |
379 | depends on SMP && EXPERIMENTAL | 379 | depends on SMP |
380 | select HOTPLUG | 380 | select HOTPLUG |
381 | default n | 381 | default n |
382 | ---help--- | 382 | ---help--- |
@@ -555,8 +555,8 @@ config IA64_HP_AML_NFW | |||
555 | source "drivers/sn/Kconfig" | 555 | source "drivers/sn/Kconfig" |
556 | 556 | ||
557 | config KEXEC | 557 | config KEXEC |
558 | bool "kexec system call (EXPERIMENTAL)" | 558 | bool "kexec system call" |
559 | depends on EXPERIMENTAL && !IA64_HP_SIM && (!SMP || HOTPLUG_CPU) | 559 | depends on !IA64_HP_SIM && (!SMP || HOTPLUG_CPU) |
560 | help | 560 | help |
561 | kexec is a system call that implements the ability to shutdown your | 561 | kexec is a system call that implements the ability to shutdown your |
562 | current kernel, and to start another kernel. It is like a reboot | 562 | current kernel, and to start another kernel. It is like a reboot |