[PATCH 3/3] allow checkpoint/restart on powerpc
Nathan Lynch
ntl at pobox.com
Thu Jan 29 09:41:18 EST 2009
Signed-off-by: Nathan Lynch <ntl at pobox.com>
---
checkpoint/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/checkpoint/Kconfig b/checkpoint/Kconfig
index ffaa635..00036aa 100644
--- a/checkpoint/Kconfig
+++ b/checkpoint/Kconfig
@@ -1,7 +1,7 @@
config CHECKPOINT_RESTART
prompt "Enable checkpoint/restart (EXPERIMENTAL)"
def_bool n
- depends on X86_32 && EXPERIMENTAL
+ depends on (X86_32 || PPC) && EXPERIMENTAL
help
Application checkpoint/restart is the ability to save the
state of a running application so that it can later resume
--
1.5.5
More information about the Linuxppc-dev
mailing list