Skip to content
Commit 9e6ec39b authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Linus Torvalds
Browse files

make Linux bootable on ARM again

Commit 200b812d

 "Clear the exclusive monitor when returning from an
exception" broke the vast majority of ARM systems in the wild which are
still pre ARMv6.  The kernel is crashing on the first occurrence of an
exception due to the removal of the actual return instruction for them.
Let's add it back.

Signed-off-by: default avatarNicolas Pitre <nico@marvell.com>
Acked-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 6d7f18f6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment