[MIPS] Fix O32 personality(2) call with 0xffffffff argument.
authorThiemo Seufer <ths@networkno.de>
Sat, 12 Aug 2006 23:53:29 +0000 (00:53 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 19 Oct 2006 16:55:13 +0000 (17:55 +0100)
A sign extension bug did result in sys_personality being invoked with a
0xffffffffffffffffUL argument, so querying the current personality didn't
work.

Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found