[CRIU] [PATCH 2/2] x86: ia32 -- Add needed bits to be compilable for x86-32

Pavel Emelyanov xemul at parallels.com
Tue Apr 14 06:57:01 PDT 2015


> @@ -443,8 +443,12 @@ void *mmap_seized(struct parasite_ctl *ctl,
>  	unsigned long map;
>  	int err;
>  
> +#ifdef CONFIG_X86_64

ifdefs in the middle of the code are ugly. We already have those about VDSO,
plz, don't introduce additional.

-- Pavel


More information about the CRIU mailing list