openrisc: remove bogus nops and shutdowns
authorJason A. Donenfeld <Jason@zx2c4.com>
Wed, 11 May 2022 13:35:50 +0000 (15:35 +0200)
committerStafford Horne <shorne@gmail.com>
Wed, 11 May 2022 21:02:02 +0000 (06:02 +0900)
commit065b8ced7c40bd6a4444f7005413f7af9fe6b642
treeabce8d9eda0a930e3b5a4b56a21281b1ae19af69
parentd49401999adda2d69150b69655ade16dc77baa96
openrisc: remove bogus nops and shutdowns

Nop 42 is some leftover debugging thing by the looks of it. Nop 1 will
shut down the simulator, which isn't what we want, since it makes it
impossible to handle errors.

Cc: Stafford Horne <shorne@gmail.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Stafford Horne <shorne@gmail.com>
arch/openrisc/mm/fault.c