[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)
commit53571ce47010562f5e67782ea00206f379a5cd65
treed4d7fab63eeaa41b92df4624cf20f213d39f7aa7
parent36d98e79b798fb27e38b9be4f36c5a96025f9281
[MIPS] Fix O32 personality(2) call with 0xffffffff argument.

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>
arch/mips/kernel/linux32.c