]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: compat: Implement is_compat_task.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 5 Mar 2009 10:45:48 +0000 (11:45 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 8 Mar 2009 16:59:39 +0000 (09:59 -0700)
commit0261a6f081ce8e4c027c3d906b0b66f8a15f57e4
treec51a745d60273d0aebb9a54e3886319275801f21
parent2f09fb9728a7be1cde099e55f6766b187588ae4a
MIPS: compat: Implement is_compat_task.

This is a build fix required after "x86-64: seccomp: fix 32/64 syscall
hole" (commit e45938eb51f43f9658b2722a17884a5434a00425).  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>
arch/mips/include/asm/compat.h