commit | f73bc8cae3481adc4188a5f34a89025c10133b0a | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@Linux-SH.ORG> | Sat Aug 13 20:28:06 2005 +0300 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Aug 13 14:23:39 2005 -0700 |
tree | 794793d9d6d67cfaa55d141083527297bcc14bd1 | |
parent | 4bb82551e165f887448f6f61055d7bcd90aefa2a [diff] |
[PATCH] sh: Make _syscall6() do the right thing. There was a rather silly and embarrassing typo in the sh _syscall6(). For the syscall ABI we have the trapa value specified as 0x10 + number of arguments, this was being set incorrectly in the _syscall6() case which ended up causing some problems for users. Signed-off-by: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>