commit | 53571ce47010562f5e67782ea00206f379a5cd65 | [log] [tgz] |
---|---|---|
author | Thiemo Seufer <ths@networkno.de> | Sun Aug 13 00:53:29 2006 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Oct 19 17:55:13 2006 +0100 |
tree | d4d7fab63eeaa41b92df4624cf20f213d39f7aa7 | |
parent | 36d98e79b798fb27e38b9be4f36c5a96025f9281 [diff] |
[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>