From: Nicolas Pitre Date: Fri, 25 Sep 2009 20:28:02 +0000 (-0400) Subject: make Linux bootable on ARM again X-Git-Tag: v2.6.32-rc1~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e6ec39becb02bda776eebf12c0677910d54b848;p=pandora-kernel.git make Linux bootable on ARM again Commit 200b812d00 "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: Nicolas Pitre Acked-by: Uwe Kleine-König Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed