[Devel] [PATCH 3/7] make CONFIG_CHECKPOINT depend on CONFIG_CHECKPOINT_SUPPORT

Nathan Lynch ntl at pobox.com
Wed Mar 25 16:02:42 PDT 2009


Instead of trying to maintain a fruit salad of architecture names and
options in the dependency list, have architectures define
CHECKPOINT_SUPPORT in their respective Kconfigs when they have
implemented the arch-specific C/R hooks.

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 e91e0fd..760c450 100644
--- a/checkpoint/Kconfig
+++ b/checkpoint/Kconfig
@@ -1,6 +1,6 @@
 config CHECKPOINT
 	bool "Enable checkpoint/restart (EXPERIMENTAL)"
-	depends on (X86_32 || (S390 && 64BIT)) && EXPERIMENTAL
+	depends on CHECKPOINT_SUPPORT && EXPERIMENTAL
 	help
 	  Application checkpoint/restart is the ability to save the
 	  state of a running application so that it can later resume
-- 
1.6.0.6

_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers




More information about the Devel mailing list