On Tue, 2009-04-28 at 19:23 -0400, Oren Laadan wrote:
> diff --git a/arch/x86/include/asm/checkpoint_hdr.h 
> b/arch/x86/include/asm/checkpoint_hdr.h
> index bad7b29..d61653c 100644
> --- a/arch/x86/include/asm/checkpoint_hdr.h
> +++ b/arch/x86/include/asm/checkpoint_hdr.h
> @@ -104,4 +104,9 @@ struct ckpt_hdr_mm_context {
>         __u32 nldt;
>  } __attribute__((aligned(8)));
> 
> +#ifdef __KERNEL__
> +/* misc prototypes from kernel (not defined elsewhere) */
> +asmlinkage int sys_modify_ldt(int func, void __user *ptr, unsigned long 
> bytecount);
> +#endif

This really needs to go somewhere more appropriate.  What about
asm/ldt.h?

-- Dave

_______________________________________________
Containers mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/containers

_______________________________________________
Devel mailing list
[email protected]
https://openvz.org/mailman/listinfo/devel

Reply via email to