Re: [PATCH 3/3] allow checkpoint/restart on powerpc

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Quoting Nathan Lynch (ntl@xxxxxxxxx):
> Signed-off-by: Nathan Lynch <ntl@xxxxxxxxx>
> ---
>  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@xxxxxxxxxxxxxxxxxxxxxxxxxx
> https://lists.linux-foundation.org/mailman/listinfo/containers
_______________________________________________
Containers mailing list
Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linux-foundation.org/mailman/listinfo/containers

[Index of Archives]     [Cgroups]     [Netdev]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux