sh: unwinder: Restore put_unaligned() for an unaligned destination.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 13 Aug 2009 18:06:13 +0000 (03:06 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 13 Aug 2009 18:06:13 +0000 (03:06 +0900)
commitbf43a160ff2d67a21b076286bab6f5e2c993bd0a
treefbfd62c12ab7e4c72804ac271548e950b268562c
parent3497447f15485b479366ec86effaac16fc82411b
sh: unwinder: Restore put_unaligned() for an unaligned destination.

The destination address might be unaligned, so set it with
put_unaligned() for safety. This restores the previous behaviour, albeit
through the proper API.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/dwarf.c