diff options
Diffstat (limited to 'arch/arm/mach-omap2/sleep44xx.S')
-rw-r--r-- | arch/arm/mach-omap2/sleep44xx.S | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/sleep44xx.S b/arch/arm/mach-omap2/sleep44xx.S index ad1bb9431e94..9b09d85d811a 100644 --- a/arch/arm/mach-omap2/sleep44xx.S +++ b/arch/arm/mach-omap2/sleep44xx.S | |||
@@ -333,14 +333,12 @@ ENDPROC(omap4_cpu_resume) | |||
333 | 333 | ||
334 | #endif /* defined(CONFIG_SMP) && defined(CONFIG_PM) */ | 334 | #endif /* defined(CONFIG_SMP) && defined(CONFIG_PM) */ |
335 | 335 | ||
336 | ENTRY(omap_bus_sync) | ||
337 | ret lr | ||
338 | ENDPROC(omap_bus_sync) | ||
339 | |||
340 | ENTRY(omap_do_wfi) | 336 | ENTRY(omap_do_wfi) |
341 | stmfd sp!, {lr} | 337 | stmfd sp!, {lr} |
338 | #ifdef CONFIG_OMAP_INTERCONNECT_BARRIER | ||
342 | /* Drain interconnect write buffers. */ | 339 | /* Drain interconnect write buffers. */ |
343 | bl omap_bus_sync | 340 | bl omap_interconnect_sync |
341 | #endif | ||
344 | 342 | ||
345 | /* | 343 | /* |
346 | * Execute an ISB instruction to ensure that all of the | 344 | * Execute an ISB instruction to ensure that all of the |