enabling/disabling CPUs Kconfig bug
Giuliano Pochini
pochini at shiny.it
Tue Nov 1 08:11:48 EST 2005
The option Processor-->Support for enabling/disabling CPUs should require
Platform options-->Power Management support to be enabled, otherwise compile
fails. I'm not sure if this patch is right or if the problem is somewhere else.
Signed-off-by Giuliano Pochini <pochini at shiny.it>
--- arch/ppc/Kconfig__orig 2005-10-30 17:19:17.000000000 +0000
+++ arch/ppc/Kconfig 2005-10-30 17:19:59.000000000 +0000
@@ -263,7 +263,7 @@
config HOTPLUG_CPU
bool "Support for enabling/disabling CPUs"
- depends on SMP && HOTPLUG && EXPERIMENTAL && PPC_PMAC
+ depends on SMP && HOTPLUG && EXPERIMENTAL && PPC_PMAC && PM
---help---
Say Y here to be able to disable and re-enable individual
CPUs at runtime on SMP machines.
--
Giuliano.
More information about the Linuxppc-dev
mailing list