On Tue, Feb 25, 2014 at 09:20:25AM +0000, AKASHI Takahiro wrote: > kernel/seccomp.c includes linux/compat.h and, indicrectly, asm/compat.h > via asm/syscall.h. Due to the duplicated definitions of is_compat_task, > compiling this file will fail in the case of !CONFIG_COMPAT. > So this patch > 1) removes is_compat_task() definition from asm/compat.h > 2) replaces asm/compat.h to linux/compat.h in kernel/*.c > > Signed-off-by: AKASHI Takahiro <[email protected]> > ---
You built this, right? If so, Acked-by: Will Deacon <[email protected]> Will -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

