diff options
author | Santosh Shilimkar <[email protected]> | 2012-07-13 16:15:07 +0530 |
---|---|---|
committer | Tony Lindgren <[email protected]> | 2012-08-07 00:22:19 -0700 |
commit | acb11fe80a27f4b30fd38be6e6e35a0abc395401 (patch) | |
tree | c492ccc76a7275c6dda5ca52f47716e0a1aee46b /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 5f789ebcbc06ff02a53d54f1602e36c9da30dd4c (diff) |
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 <[email protected]>
Cc: Kevin Hilman <[email protected]>
Reported-by: Tony Lindgren <[email protected]>
Signed-off-by: Santosh Shilimkar <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions