[Devel] Re: [PATCH 3/3] allow checkpoint/restart on powerpc
Serge E. Hallyn
serue at us.ibm.com
Thu Jan 29 20:10:17 PST 2009
Quoting Nathan Lynch (ntl at pobox.com):
> 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
Cool, thanks, Nathan. What a nice small patchset!
(and apparently more stable than mine :)
-serge
> help
> Application checkpoint/restart is the ability to save the
> state of a running application so that it can later resume
> --
> 1.5.5
>
> _______________________________________________
> Containers mailing list
> Containers at lists.linux-foundation.org
> https://lists.linux-foundation.org/mailman/listinfo/containers
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list