tile: include the syscall number in the backtrace
authorChris Metcalf <cmetcalf@ezchip.com>
Thu, 17 Dec 2015 20:01:38 +0000 (15:01 -0500)
committerChris Metcalf <cmetcalf@ezchip.com>
Mon, 18 Jan 2016 19:49:16 +0000 (14:49 -0500)
commit5ac65abd48b6d3c62ec17dc4c28830513dd605e0
treeb9c5e1ff8b8fa460f41b408d379d8a10eda135a7
parent7fa129ccb92c982ee8947d7fe004d7fd4f0691b9
tile: include the syscall number in the backtrace

This information is easily available in the backtrace data and can
be helpful when trying to figure out the backtrace, particularly
if we're early in kernel entry or late in kernel exit.

Signed-off-by: Chris Metcalf <cmetcalf@ezchip.com>
arch/tile/kernel/stack.c