From: Ralf Baechle Date: Thu, 5 Mar 2009 10:45:48 +0000 (+0100) Subject: MIPS: compat: Implement is_compat_task. X-Git-Tag: v2.6.29-rc8~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4302e5d53b9166d45317e3ddf0a7a9dab3efd43b;p=pandora-kernel.git MIPS: compat: Implement is_compat_task. 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed