~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to arch/arm/mach-exynos4/sleep.S

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        .text
34
34
 
35
35
        /*
36
 
         * s3c_cpu_save
37
 
         *
38
 
         * entry:
39
 
         *      r1 = v:p offset
40
 
         */
41
 
 
42
 
ENTRY(s3c_cpu_save)
43
 
 
44
 
        stmfd   sp!, { r3 - r12, lr }
45
 
        ldr     r3, =resume_with_mmu
46
 
        bl      cpu_suspend
47
 
 
48
 
        ldr     r0, =pm_cpu_sleep
49
 
        ldr     r0, [ r0 ]
50
 
        mov     pc, r0
51
 
 
52
 
resume_with_mmu:
53
 
        ldmfd   sp!, { r3 - r12, pc }
54
 
 
55
 
        .ltorg
56
 
 
57
 
        /*
58
36
         * sleep magic, to allow the bootloader to check for an valid
59
37
         * image to resume to. Must be the first word before the
60
38
         * s3c_cpu_resume entry.