public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] CONFIG_PM for ppc64, to allow sysrq o
@ 2005-03-15 21:26 Olaf Hering
  2005-03-15 22:03 ` Olaf Hering
  2005-03-16  0:04 ` Benjamin Herrenschmidt
  0 siblings, 2 replies; 3+ messages in thread
From: Olaf Hering @ 2005-03-15 21:26 UTC (permalink / raw)
  To: linux-kernel; +Cc: linuxppc64-dev


For some weird reason, sysrq o is hidden behind CONFIG_PM.
Why? One can power off just fine without that. Can pm_sysrq_init be
moved to a better place? I think it used to be in sysrq.c in 2.4.

Too bad, with this patch radeonfb fails to compile.



Index: linux-2.6.11-olh/arch/ppc64/Kconfig
===================================================================
--- linux-2.6.11-olh.orig/arch/ppc64/Kconfig
+++ linux-2.6.11-olh/arch/ppc64/Kconfig
@@ -350,6 +350,8 @@ config CMDLINE
 
 endmenu
 
+source "kernel/power/Kconfig"
+
 source "drivers/Kconfig"
 
 source "fs/Kconfig"

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-03-16  0:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-15 21:26 [PATCH] CONFIG_PM for ppc64, to allow sysrq o Olaf Hering
2005-03-15 22:03 ` Olaf Hering
2005-03-16  0:04 ` Benjamin Herrenschmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox