]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: shmobile: fix sleep-r8a7740.S miscompiles
authorArnd Bergmann <arnd@arndb.de>
Wed, 8 May 2013 12:18:04 +0000 (14:18 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 9 May 2013 03:45:53 +0000 (12:45 +0900)
The newly added sleep-r8a7740.S file in shmobile does not
actually build because of renamed symbols.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Bastian Hecht <hechtb+renesas@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/sleep-r8a7740.S

index 435531bd4155ac1011439bf01fac595f755744ed..982eacbfaa435361dffe3f442fc5bfca04a4d370 100644 (file)
@@ -32,7 +32,7 @@ ENTRY(r8a7740_shutdown)
 wfi_loop:
        bl      cpu_v7_do_idle
        b wfi_loop
-ENDPROC(r8a7740)
+ENDPROC(r8a7740_shutdown)
 
        .text
 ENTRY(v7_cpu_resume)
@@ -53,5 +53,5 @@ ENDPROC(v7_cpu_resume)
 ENTRY(r8a7740_resume)
        ldr     pc, 1f
 1:     .long   v7_cpu_resume - PAGE_OFFSET + PLAT_PHYS_OFFSET
-ENDPROC(r8a7740_resume_core_standby)
+ENDPROC(r8a7740_resume)
 #endif