commit | 024b58f3d92de2d19e2222f841c103127ee54684 | [log] [tgz] |
---|---|---|
author | Stafford Horne <shorne@gmail.com> | Sat Feb 05 22:44:28 2022 +0900 |
committer | Stafford Horne <shorne@gmail.com> | Mon May 23 17:15:49 2022 +0900 |
tree | 2bcd603556a9d7de5e6682f92a90119c1e5b9d65 | |
parent | de901d12df896ffab7f08b26a5abcbc5e720b455 [diff] |
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>