diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2007-02-17 16:12:57 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-20 02:26:42 +0100 |
commit | 269dd2b2526d046d8b43554ff27b486e2ddb3f08 (patch) | |
tree | e4e8585e4d35aaca9034bdf9196eca78bc893172 /include/asm-mips/uaccess.h | |
parent | [MIPS] Make some __setup functions static (diff) | |
download | linux-269dd2b2526d046d8b43554ff27b486e2ddb3f08.tar.xz linux-269dd2b2526d046d8b43554ff27b486e2ddb3f08.zip |
[MIPS] Fix struct sigcontext for N32 userland
The kernel use 64-bit for sc_regs[0], and both N32/N64 userland
expects it was 64-bit. But size of 'long' on N32 is actually 32-bit.
So this definition make some confusion. Use __u32 and __u64 for
N32/N64 sigcontext to get rid of this confusion.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/uaccess.h')
0 files changed, 0 insertions, 0 deletions