commit | 755f21bb894d3fe57017f5aa8f7ace8808fcb1e3 | [log] [tgz] |
---|---|---|
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Wed Feb 14 14:41:01 2007 +0900 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sun Feb 18 21:31:33 2007 +0000 |
tree | cac47514d12483302e2a4180d15c639e241b120c | |
parent | 8a03d9a498eaf02c8a118752050a5154852c13bf [diff] |
[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 <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>