mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-19 11:15:51 +00:00
The vexpress tc2 power management code calls mcpm_loopback, which
is only available if ARM_CPU_SUSPEND is enabled, otherwise we
get a link error:
arch/arm/mach-vexpress/built-in.o: In function `tc2_pm_init':
arch/arm/mach-vexpress/tc2_pm.c:389: undefined reference to `mcpm_loopback'
This explicitly selects ARM_CPU_SUSPEND like other platforms that
need it.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes:
|
||
|---|---|---|
| .. | ||
| core.h | ||
| dcscb_setup.S | ||
| dcscb.c | ||
| hotplug.c | ||
| Kconfig | ||
| Makefile | ||
| platsmp.c | ||
| spc.c | ||
| spc.h | ||
| tc2_pm.c | ||
| v2m.c | ||