]> Pileus Git - ~andy/linux/blobdiff - arch/arm/plat-s3c24xx/sleep.S
Merge branch 'next/cleanup3' of git://git.linaro.org/people/arnd/arm-soc
[~andy/linux] / arch / arm / plat-s3c24xx / sleep.S
index f822e6282dd43c61c5225828846e842affbe9767..c56612569b40e315a096ed6eea40aa09e477d107 100644 (file)
 
        .text
 
-       /* s3c_cpu_save
-        *
-        * entry:
-        *      r1 = v:p offset
-       */
-
-ENTRY(s3c_cpu_save)
-       stmfd   sp!, { r4 - r12, lr }
-       adr     r3, BSYM(s3c24xx_finish_suspend)
-       bl      cpu_suspend
-       ldmfd   sp!, { r4 - r12, pc }
-
-s3c24xx_finish_suspend:
-       @@ jump to final code to send system to sleep
-       ldr     r0, =pm_cpu_sleep
-       @@ldr   pc, [ r0 ]
-       ldr     r0, [ r0 ]
-       mov     pc, r0
-       
-       .ltorg
-
        /* sleep magic, to allow the bootloader to check for an valid
         * image to resume to. Must be the first word before the
         * s3c_cpu_resume entry.