From ca43fd4b8dd1ce49ab0a9f239c6a056df104db72 Mon Sep 17 00:00:00 2001 From: Prarit Bhargava Date: Jan 14 2014 15:26:11 +0000 Subject: config, x86 enable boot cpu hotplug Set CONFIG_BOOTPARAM_HOTPLUG_CPU0 to 'y'. Currently, to disable CPU0, the "boot" cpu, one must specify cpu0_hotplug as a kernel parameter. Setting this config variable to 1 enables it by default. I've tested this on systems where it was expected to work and it seems to function properly. Signed-off-by: Prarit Bhargava --- diff --git a/config-x86_64-generic b/config-x86_64-generic index 0bb4160..04431cb 100644 --- a/config-x86_64-generic +++ b/config-x86_64-generic @@ -171,3 +171,5 @@ CONFIG_SFC_MTD=y CONFIG_MTD_CHAR=m CONFIG_MTD_BLOCK=m +# Override bootcpu hotplug +CONFIG_BOOTPARAM_HOTPLUG_CPU0=y