diff options
author | Olof Johansson <olof@lixom.net> | 2015-10-25 20:44:48 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-10-25 20:44:48 -0400 |
commit | 44024ce036e9b837b63f84004f1e63f2a277378a (patch) | |
tree | 975a61b8753f002f9a10211479bb6dbd6a8a69b9 | |
parent | fa54cda779ce6df60ab5cfcb2088567945c76906 (diff) | |
parent | 5fcf8d1a0e84792b2bc44922c5d833dab96a9c1e (diff) |
Merge tag 'at91-ab-soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux into next/soc
More SoC changes for 4.4:
- a great fix for PM/suspend/resume
* tag 'at91-ab-soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux:
ARM: at91: pm: at91_pm_suspend_in_sram() must be 8-byte aligned
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/mach-at91/pm_suspend.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/pm_suspend.S b/arch/arm/mach-at91/pm_suspend.S index 0d95f488b47a..a25defda3d22 100644 --- a/arch/arm/mach-at91/pm_suspend.S +++ b/arch/arm/mach-at91/pm_suspend.S | |||
@@ -80,6 +80,8 @@ tmp2 .req r5 | |||
80 | * @r2: base address of second SDRAM Controller or 0 if not present | 80 | * @r2: base address of second SDRAM Controller or 0 if not present |
81 | * @r3: pm information | 81 | * @r3: pm information |
82 | */ | 82 | */ |
83 | /* at91_pm_suspend_in_sram must be 8-byte aligned per the requirements of fncpy() */ | ||
84 | .align 3 | ||
83 | ENTRY(at91_pm_suspend_in_sram) | 85 | ENTRY(at91_pm_suspend_in_sram) |
84 | /* Save registers on stack */ | 86 | /* Save registers on stack */ |
85 | stmfd sp!, {r4 - r12, lr} | 87 | stmfd sp!, {r4 - r12, lr} |