projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
357d594
)
sh: Fixup misaligned data for sh2 lockdep.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 11 Jun 2007 06:33:44 +0000
(15:33 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 11 Jun 2007 06:33:44 +0000
(15:33 +0900)
lockdep/irqflags tracing on SH-2 ends up with a misaligned
branch, fix it.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh2/entry.S
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/cpu/sh2/entry.S
b/arch/sh/kernel/cpu/sh2/entry.S
index
c16dc8f
..
ee8f1fe
100644
(file)
--- 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