Quoting Nathan Lynch ([email protected]): > Signed-off-by: Nathan Lynch <[email protected]> > --- > 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 > [email protected] > https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Containers mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
