From: Paul Mundt Date: Sat, 13 Aug 2005 17:28:06 +0000 (+0300) Subject: [PATCH] sh: Make _syscall6() do the right thing. X-Git-Tag: v2.6.13-rc7~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f73bc8cae3481adc4188a5f34a89025c10133b0a;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed