openrisc/traps: Declare unhandled_exception for asmlinkage
authorStafford Horne <shorne@gmail.com>
Sat, 5 Feb 2022 13:44:28 +0000 (22:44 +0900)
committerStafford Horne <shorne@gmail.com>
Mon, 23 May 2022 08:15:49 +0000 (17:15 +0900)
commit024b58f3d92de2d19e2222f841c103127ee54684
tree2bcd603556a9d7de5e6682f92a90119c1e5b9d65
parentde901d12df896ffab7f08b26a5abcbc5e720b455
openrisc/traps: Declare unhandled_exception for asmlinkage

Noticed this when workin on warnings.  As unhandled_exception is used in
entry.S we should attribute it with asmlinkage.

Signed-off-by: Stafford Horne <shorne@gmail.com>
arch/openrisc/kernel/traps.c