From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: Re: [PATCH 3/7] make CONFIG_CHECKPOINT depend on CONFIG_CHECKPOINT_SUPPORT Date: Wed, 25 Mar 2009 18:26:57 -0500 Message-ID: <20090325232657.GC25517@us.ibm.com> References: <1238022166-13422-1-git-send-email-ntl@pobox.com> <1238022166-13422-4-git-send-email-ntl@pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1238022166-13422-4-git-send-email-ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Nathan Lynch Cc: containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org List-Id: containers.vger.kernel.org Quoting Nathan Lynch (ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org): > Instead of trying to maintain a fruit salad of architecture names and > options in the dependency list, have architectures define > CHECKPOINT_SUPPORT in their respective Kconfigs when they have > implemented the arch-specific C/R hooks. > > Signed-off-by: Nathan Lynch Yup, this is nicer, thanks. Acked-by: Serge Hallyn > --- > checkpoint/Kconfig | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > 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 > -- > 1.6.0.6 > > _______________________________________________ > Containers mailing list > Containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org > https://lists.linux-foundation.org/mailman/listinfo/containers