Files
linux-apfs/arch/arm/mach-omap2
Santosh Shilimkar acb11fe80a OMAP2+: Fix random config build break with !ARM_CPU_SUSPEND
The random config builds with PM and !ARM_CPU_SUSPEND breaks with below
error on omap2plus_defconfig.

arch/arm/mach-omap2/sleep44xx.S:323: undefined reference to `cpu_resume'
arch/arm/mach-omap2/omap-mpuss-lowpower.c:278: undefined reference to `cpu_suspend'

This is because recently merged OMAP5 platform shares the common files
with OMAP4 but doesn't select ARM_CPU_SUSPEND. Without the ARM_CPU_SUSPEND
the sleep code is meaningless.

Fix the same by adding ARM_CPU_SUSPEND for OMAP5. The suggestion came from
Russell King in an off-list discussion.

Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Cc: Kevin Hilman <khilman@ti.com>
Reported-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
2012-08-07 00:22:19 -07:00
..
2011-03-09 18:44:28 -07:00
2012-07-02 04:05:57 -07:00
2011-05-12 02:52:06 -07:00
2012-07-09 19:14:39 +05:30
2012-06-21 21:40:38 -06:00
2010-07-05 16:31:36 +03:00
2011-03-31 11:26:23 -03:00
2012-07-09 19:14:39 +05:30
2012-06-22 08:40:03 -06:00
2010-12-21 20:01:54 -07:00
2010-12-17 15:13:44 -08:00
2012-03-28 18:30:01 +01:00