From: Atsushi Nemoto Date: Wed, 14 Feb 2007 05:41:01 +0000 (+0900) Subject: [MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code. X-Git-Tag: v2.6.21-rc1~64^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=755f21bb894d3fe57017f5aa8f7ace8808fcb1e3;p=pandora-kernel.git [MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code. access_ok in compat-signal.h is wrong (checking destination instead of source) and redundant (already checked before calling this function). Also sf_mask in struct sigframe32 should be compat_sigset_t type. Signed-off-by: Atsushi Nemoto Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed