[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Permit compilation of HOTPLUG_CPU on i386.
# HG changeset patch # User vhanquez@xxxxxxxxxxxxxxxxxxxxxxx # Node ID d609de73b9faca3da11509e04f09e092e065ffcd # Parent 2c5873f99fe58587ec860edd42587075694eb451 Permit compilation of HOTPLUG_CPU on i386. move the entry into another menu that is not !XEN_PRIVILEGED also, add HOTPLUG_CPU back into i386 domU default configs. Signed-off-by: Vincent Hanquez <vincent@xxxxxxxxxxxxx> diff -r 2c5873f99fe5 -r d609de73b9fa buildconfigs/linux-defconfig_xenU_x86_32 --- a/buildconfigs/linux-defconfig_xenU_x86_32 Wed Feb 1 16:30:28 2006 +++ b/buildconfigs/linux-defconfig_xenU_x86_32 Wed Feb 1 17:06:16 2006 @@ -148,6 +148,7 @@ # CONFIG_HZ_1000 is not set CONFIG_HZ=250 CONFIG_PHYSICAL_START=0x100000 +CONFIG_HOTPLUG_CPU=y # # Executable file formats diff -r 2c5873f99fe5 -r d609de73b9fa buildconfigs/linux-defconfig_xen_x86_32 --- a/buildconfigs/linux-defconfig_xen_x86_32 Wed Feb 1 16:30:28 2006 +++ b/buildconfigs/linux-defconfig_xen_x86_32 Wed Feb 1 17:06:16 2006 @@ -156,6 +156,7 @@ # CONFIG_HZ_1000 is not set CONFIG_HZ=250 CONFIG_PHYSICAL_START=0x100000 +CONFIG_HOTPLUG_CPU=y # CONFIG_CRASH_DUMP is not set # diff -r 2c5873f99fe5 -r d609de73b9fa linux-2.6-xen-sparse/arch/i386/Kconfig --- a/linux-2.6-xen-sparse/arch/i386/Kconfig Wed Feb 1 16:30:28 2006 +++ b/linux-2.6-xen-sparse/arch/i386/Kconfig Wed Feb 1 17:06:16 2006 @@ -1014,6 +1014,16 @@ depends on HIGHMEM help Generate crash dump after being started by kexec. + +config HOTPLUG_CPU + bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" + depends on SMP && HOTPLUG && EXPERIMENTAL + ---help--- + Say Y here to experiment with turning CPUs off and on. CPUs + can be controlled through /sys/devices/system/cpu. + + Say N. + endmenu @@ -1305,15 +1315,6 @@ This support is also available as a module. If compiled as a module, it will be called scx200. -config HOTPLUG_CPU - bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" - depends on SMP && HOTPLUG && EXPERIMENTAL - ---help--- - Say Y here to experiment with turning CPUs off and on. CPUs - can be controlled through /sys/devices/system/cpu. - - Say N. - source "drivers/pcmcia/Kconfig" source "drivers/pci/hotplug/Kconfig" _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |