Re: [PATCH] arch/tile: Fix syscall return value passed to tracepoint

2013-04-24 Thread Chris Metcalf
On 4/17/2013 11:01 AM, Simon Marchi wrote: > Currently the syscall number is passed, but it should be the return > value, which is kept in r0. > > Signed-off-by: Simon Marchi > --- > This patch applies on Chris Metcalf's tree: >

Re: [PATCH] arch/tile: Fix syscall return value passed to tracepoint

2013-04-24 Thread Chris Metcalf
On 4/17/2013 11:01 AM, Simon Marchi wrote: Currently the syscall number is passed, but it should be the return value, which is kept in r0. Signed-off-by: Simon Marchi simon.mar...@polymtl.ca --- This patch applies on Chris Metcalf's tree:

[PATCH] arch/tile: Fix syscall return value passed to tracepoint

2013-04-17 Thread Simon Marchi
Currently the syscall number is passed, but it should be the return value, which is kept in r0. Signed-off-by: Simon Marchi --- This patch applies on Chris Metcalf's tree: http://git.kernel.org/cgit/linux/kernel/git/cmetcalf/linux-tile.git arch/tile/include/uapi/arch/abi.h |2 ++

[PATCH] arch/tile: Fix syscall return value passed to tracepoint

2013-04-17 Thread Simon Marchi
Currently the syscall number is passed, but it should be the return value, which is kept in r0. Signed-off-by: Simon Marchi simon.mar...@polymtl.ca --- This patch applies on Chris Metcalf's tree: http://git.kernel.org/cgit/linux/kernel/git/cmetcalf/linux-tile.git