| commit | bf43a160ff2d67a21b076286bab6f5e2c993bd0a | [log] [tgz] |
|---|---|---|
| author | Paul Mundt <lethal@linux-sh.org> | Fri Aug 14 03:06:13 2009 +0900 |
| committer | Paul Mundt <lethal@linux-sh.org> | Fri Aug 14 03:06:13 2009 +0900 |
| tree | fbfd62c12ab7e4c72804ac271548e950b268562c | |
| parent | 3497447f15485b479366ec86effaac16fc82411b [diff] |
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>