linux-stable/drivers/soc/bcm/brcmstb
Florian Fainelli fb14ada11d soc: bcm: brcmstb: Fix re-entry point with a THUMB2_KERNEL
When the kernel is built with CONFIG_THUMB2_KERNEL we would set the
kernel's resume entry point to be a function that is already built as
Thumb-2 code while the boot agent doing the resume is in ARM mode, so
this does not work. There is a header label defined: cpu_resume_arm
which we can use to do the switching for us.

Fixes: 0b741b8234 ("soc: bcm: brcmstb: Add support for S2/S3/S5 suspend states (ARM)")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2018-11-05 10:41:25 -08:00
..
pm soc: bcm: brcmstb: Fix re-entry point with a THUMB2_KERNEL 2018-11-05 10:41:25 -08:00
biuctrl.c soc: brcmstb: biuctrl: exit without warning on non brcmstb platforms 2018-01-15 15:46:17 +01:00
common.c soc: bcm: brcmstb: Be multi-platform compatible 2018-01-15 15:47:07 +01:00
Kconfig soc bcm: brcmstb: Add support for S2/S3/S5 suspend states (MIPS) 2017-09-25 11:47:14 -07:00
Makefile soc: bcm: brcmstb: Add support for S2/S3/S5 suspend states (ARM) 2017-09-25 11:46:48 -07:00