diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2006-02-14 07:57:50 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-02-21 17:58:22 +0100 |
commit | 8ecbbcaf08c13c57d6602472478739d64650ee0e (patch) | |
tree | c59cf7f91e45bf95f7e9b85f43d524f3cf627505 /arch/mips/kernel/signal32.c | |
parent | [MIPS] Make integer overflow exceptions in kernel mode fatal. (diff) | |
download | linux-8ecbbcaf08c13c57d6602472478739d64650ee0e.tar.xz linux-8ecbbcaf08c13c57d6602472478739d64650ee0e.zip |
[MIPS] Fixes for uaccess.h with gcc >= 4.0.1
It seems current get_user() incorrectly sign-extend an unsigned int
value on 64bit kernel. I think this is because '(__typeof__(val))'
cast in final assignment. I suppose the cast should be
'(__typeof__(*(addr))'.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions