From: Paul Mundt Date: Mon, 11 Jun 2007 06:33:44 +0000 (+0900) Subject: sh: Fixup misaligned data for sh2 lockdep. X-Git-Tag: v2.6.23-rc1~785^2~31 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9f9a5de4669902f80b6664baeba01595ffce3597;p=karo-tx-linux.git sh: Fixup misaligned data for sh2 lockdep. lockdep/irqflags tracing on SH-2 ends up with a misaligned branch, fix it. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/kernel/cpu/sh2/entry.S b/arch/sh/kernel/cpu/sh2/entry.S index c16dc8fec489..ee8f1fe84b08 100644 --- a/arch/sh/kernel/cpu/sh2/entry.S +++ b/arch/sh/kernel/cpu/sh2/entry.S @@ -311,6 +311,7 @@ restore_all: rte nop + .align 2 #ifdef CONFIG_TRACE_IRQFLAGS 1: .long trace_hardirqs_off #endif