commit | ecd4ca52bfdb4108f47aa480781b97f037051a72 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Apr 27 17:05:38 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Apr 27 17:05:38 2009 +0900 |
tree | 7070eaf3a3b41209abc87792b58cdbf96aff8453 | |
parent | 6b3480855aad6e22ca90981a4c7893a7f41ffb47 [diff] |
sh: Fix up unsigned syscall_nr in SH-5 pt_regs. syscall_nr is presently defined as unsigned in the SH-5 pt_regs, while the syscall restarting code wants it to be signed. Fix this up, and bring it in line with the other SH parts. Reported-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>