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
- removes is_compat_task() definition from asm/compat.h
- replaces asm/compat.h to linux/compat.h in kernel/*.c
Signed-off-by: AKASHI Takahiro takahiro.akashi@linaro.org
You built this, right? If so,
Acked-by: Will Deacon will.deacon@arm.com
Will