Re: [PATCH] make Linux bootable on ARM again

From: Uwe Kleine-König
Date: Sat Sep 26 2009 - 04:39:59 EST


Hello,

On Fri, Sep 25, 2009 at 04:28:02PM -0400, Nicolas Pitre wrote:
> 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 <nico@xxxxxxxxxxx>
> ---
>
> diff --git a/arch/arm/kernel/entry-header.S b/arch/arm/kernel/entry-header.S
> index e17e3c3..ac34c0d 100644
> --- a/arch/arm/kernel/entry-header.S
> +++ b/arch/arm/kernel/entry-header.S
> @@ -83,6 +83,8 @@
> ldr r0, [sp]
> strex r1, r2, [sp] @ clear the exclusive monitor
> ldmib sp, {r1 - pc}^ @ load r1 - pc, cpsr
> +#else
> + ldmia sp, {r0 - pc}^ @ load r0 - pc, cpsr
> #endif
> .endm
I sent the same patch only 30 minutes later (and only to LAKML). So
please take that as an

Acked-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>

and the plea to take it before -rc1.

Best regards
Uwe

--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | http://www.pengutronix.de/ |
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/