]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: at91: pm: at91_pm_suspend_in_sram() must be 8-byte aligned
authorPatrick Doyle <pdoyle@irobot.com>
Fri, 16 Oct 2015 10:39:05 +0000 (12:39 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 19 Oct 2015 20:58:44 +0000 (22:58 +0200)
commit5fcf8d1a0e84792b2bc44922c5d833dab96a9c1e
tree70d57baea14729553f98ba940673d587bd87b3d8
parent6f112a08c1ed717a015dae190e289d53085c1bc4
ARM: at91: pm: at91_pm_suspend_in_sram() must be 8-byte aligned

fncpy() requires that the source and the destination are both 8-byte
aligned.

Signed-off-by: Patrick Doyle <pdoyle@irobot.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Fixes: d94e688cae56 ("ARM: at91/pm: move the copying the sram function to the sram initialization phase")
Cc: <stable@vger.kernel.org> # 4.1+
arch/arm/mach-at91/pm_suspend.S