> @@ -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