[Devel] Re: [PATCH 1/9] Use CKPT_ARCH_X86_32 for all x86 CKPT_ARCH_IDs

Serge E. Hallyn serue at us.ibm.com
Mon Feb 8 18:04:37 PST 2010


Quoting serue at us.ibm.com (serue at us.ibm.com):
> From: Serge E. Hallyn <serue at us.ibm.com>
> 
> 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 <serue at us.ibm.com>
> ---
>  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 <asm/processor.h>
>  #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
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers




More information about the Devel mailing list