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)
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>

No differences found