arch/tile: Fix syscall return value passed to tracepoint
authorSimon Marchi <simon.marchi@polymtl.ca>
Wed, 17 Apr 2013 15:01:22 +0000 (11:01 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Wed, 24 Apr 2013 20:45:55 +0000 (16:45 -0400)
commit9fc1894c9883439245b225d16100d6a55b25373a
treedc921b815267094b12ce854447c61f7878ed2aaa
parentffae3d0e3606b2e274c9ec1b969342d630b2ecae
arch/tile: Fix syscall return value passed to tracepoint

Currently the syscall number is passed, but it should be the return
value, which is kept in r0.

Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> [using a raw 0 value]
arch/tile/kernel/ptrace.c