linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* enabling/disabling CPUs Kconfig bug
@ 2005-10-31 21:11 Giuliano Pochini
  0 siblings, 0 replies; only message in thread
From: Giuliano Pochini @ 2005-10-31 21:11 UTC (permalink / raw)
  To: LinuxPPC-dev


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@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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-10-31 21:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-31 21:11 enabling/disabling CPUs Kconfig bug Giuliano Pochini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).