openrisc: Add syscall details to emergency syscall debugging
authorStafford Horne <shorne@gmail.com>
Sun, 30 Jan 2022 08:38:51 +0000 (17:38 +0900)
committerStafford Horne <shorne@gmail.com>
Mon, 23 May 2022 08:15:49 +0000 (17:15 +0900)
commita0a94bc9a68ffad0cecae6dbff53e5486cdb8eb0
tree1f8ed307922ddb132a4d8938997959087f40f2c1
parent29bbb2a90fcdd46d9f12746deac4718082df325a
openrisc: Add syscall details to emergency syscall debugging

When bringing linux on the or1k Marocchino we ran into issues starting
init.  This patch adds the syscall number and return address to
assist tracing syscalls even before strace is able to be used.

By default this is all disabled but a developer could adjust the ifdef
to enable debugging.

Cc: Andrey Bacherov <bandvig@mail.ru>
Signed-off-by: Stafford Horne <shorne@gmail.com>
arch/openrisc/kernel/entry.S