From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: Re: [PATCH 1/9] Use CKPT_ARCH_X86_32 for all x86 CKPT_ARCH_IDs Date: Mon, 8 Feb 2010 20:04:37 -0600 Message-ID: <20100209020437.GA13571@us.ibm.com> References: <1265680806-13295-1-git-send-email-serue@us.ibm.com> <1265680806-13295-2-git-send-email-serue@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1265680806-13295-2-git-send-email-serue-r/Jw6+rmf7HQT0dZR+AlfA@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: orenl-eQaUEPhvms7ENvBUuze7eA@public.gmane.org Cc: containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org List-Id: containers.vger.kernel.org Quoting serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org (serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org): > From: Serge E. Hallyn > > Sure we can rename it eventually, but I'm still just experimenting... Let me elaborate on that before someone calls me on it: I think the rest of the patches in this set should be applied. This one should not be applied until we get x86_32 -> x86_64 32-bit task c/r working. > Signed-off-by: Serge E. Hallyn > --- > arch/x86/include/asm/checkpoint_hdr.h | 6 ------ > 1 files changed, 0 insertions(+), 6 deletions(-) > > diff --git a/arch/x86/include/asm/checkpoint_hdr.h b/arch/x86/include/asm/checkpoint_hdr.h > index 535a9c6..a1edeb6 100644 > --- a/arch/x86/include/asm/checkpoint_hdr.h > +++ b/arch/x86/include/asm/checkpoint_hdr.h > @@ -36,13 +36,7 @@ > #include > #endif > > -#ifdef CONFIG_X86_64 > -#define CKPT_ARCH_ID CKPT_ARCH_X86_64 > -#endif > - > -#ifdef CONFIG_X86_32 > #define CKPT_ARCH_ID CKPT_ARCH_X86_32 > -#endif > > /* arch dependent header types */ > enum { > -- > 1.6.0.4