From 2735ae9e8db0b41f89e732a4cc42399f08f48ce2 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Sat, 14 Jan 2006 13:20:51 -0800 Subject: [PATCH] --- yaml --- r: 18495 b: refs/heads/master c: ce63ad78b55daf708d5d4ced9b832a4354ad2a4c h: refs/heads/master i: 18493: c454eaa42de0f41a500c427a543c0d1879e7b6e4 18491: cf0248e82af09b1e1e1e90307a48150a93b7b3d0 18487: 860f583653d14c272fae8ebfbf8b21fd02de31be 18479: e0988f1300283cf644823ccb3fd79be43d56ce11 18463: 98dbadd1886d119904f22b05f3a1390b392903a6 18431: 6570ea6c0234c0e39c905781264dc1828eed7af4 v: v3 --- [refs] | 2 +- trunk/arch/i386/Kconfig | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/[refs] b/[refs] index 06f9a5f4f55e..b24d229236fe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fabbfb9e8c53416eaa4f62b957430211376c9c82 +refs/heads/master: ce63ad78b55daf708d5d4ced9b832a4354ad2a4c diff --git a/trunk/arch/i386/Kconfig b/trunk/arch/i386/Kconfig index d5d0df7f04fc..cbde675bc95c 100644 --- a/trunk/arch/i386/Kconfig +++ b/trunk/arch/i386/Kconfig @@ -702,6 +702,15 @@ config PHYSICAL_START Don't change this unless you know what you are doing. +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 @@ -988,15 +997,6 @@ config SCx200 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"