MIPS: compat: Implement is_compat_task.
commit187203ae140ba1f2b617c3e9671f9e1fcb125a68
authorRalf Baechle <ralf@linux-mips.org>
Thu, 5 Mar 2009 10:45:48 +0000 (5 11:45 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 17 Mar 2009 00:53:07 +0000 (16 17:53 -0700)
treedcd5eead08fdfa848b5cd7e992168cd3712cda4c
parent5b9c305d22fb08a6b62f407e187f8f2a5b91c54f
MIPS: compat: Implement is_compat_task.

commit 4302e5d53b9166d45317e3ddf0a7a9dab3efd43b upstream.

This is a build fix required after "x86-64: seccomp: fix 32/64 syscall
hole" (commit 5b1017404aea6d2e552e991b3fd814d839e9cd67).  MIPS doesn't
have the issue that was fixed for x86-64 by that patch.

This also doesn't solve the N32 issue which is that N32 seccomp processes
will be treated as non-compat processes thus only have access to N64
syscalls.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/asm-mips/compat.h