git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23c4c82
)
sh: Fix up uninitialized variable use caught by gcc 4.4.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 24 Sep 2009 08:48:15 +0000
(17:48 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 24 Sep 2009 08:48:15 +0000
(17:48 +0900)
In the unaligned kernel exception fixup case the printk() was ordered
before the copy_from_user(), resulting in a nonsensical instruction
value. This fixes up the ordering properly.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found