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@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers