Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: drop experimental status for hotplug and Thumb2

Both these features have been around for a long time now, and haven't
had any recent issues brought up. So lets drop their experimental
status.

In any case, hotplugis selected by other non-experimental options
which then cause a Kconfig warning.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

+4 -4
+4 -4
arch/arm/Kconfig
··· 1603 1603 default "4" 1604 1604 1605 1605 config HOTPLUG_CPU 1606 - bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" 1607 - depends on SMP && HOTPLUG && EXPERIMENTAL 1606 + bool "Support for hot-pluggable CPUs" 1607 + depends on SMP && HOTPLUG 1608 1608 help 1609 1609 Say Y here to experiment with turning CPUs off and on. CPUs 1610 1610 can be controlled through /sys/devices/system/cpu. ··· 1645 1645 default 100 1646 1646 1647 1647 config THUMB2_KERNEL 1648 - bool "Compile the kernel in Thumb-2 mode (EXPERIMENTAL)" 1649 - depends on CPU_V7 && !CPU_V6 && !CPU_V6K && EXPERIMENTAL 1648 + bool "Compile the kernel in Thumb-2 mode" 1649 + depends on CPU_V7 && !CPU_V6 && !CPU_V6K 1650 1650 select AEABI 1651 1651 select ARM_ASM_UNIFIED 1652 1652 select ARM_UNWIND