[Devel] Re: [PATCH 3/7] make CONFIG_CHECKPOINT depend on CONFIG_CHECKPOINT_SUPPORT
Dave Hansen
dave at linux.vnet.ibm.com
Wed Mar 25 17:39:43 PDT 2009
On Wed, 2009-03-25 at 18:02 -0500, Nathan Lynch wrote:
>
> 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
Yeah, this is the right way to do it, very nice.
Could we add a wee little ARCH_ prepend on 'CHECKPOINT_SUPPORT' in
there? That way, people at least know where to go looking when they
want to find out why it isn't enabled.
-- Dave
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list