Skip to content
Commit 40258ee9 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Fix up uninitialized variable use caught by gcc 4.4.



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: default avatarPaul Mundt <lethal@linux-sh.org>
parent 23c4c821
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment