~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal

« back to all changes in this revision

Viewing changes to arch/arm/mm/proc-arm925.S

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-04kado7d1u2er2rl
Tags: 3.2.0-16.25
Add new lowlatency kernel flavour

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
 * loc: location to jump to for soft reset
109
109
 */
110
110
        .align  5
 
111
        .pushsection    .idmap.text, "ax"
111
112
ENTRY(cpu_arm925_reset)
112
113
        /* Send software reset to MPU and DSP */
113
114
        mov     ip, #0xff000000
115
116
        orr     ip, ip, #0x0000ce00
116
117
        mov     r4, #1
117
118
        strh    r4, [ip, #0x10]
 
119
ENDPROC(cpu_arm925_reset)
 
120
        .popsection
118
121
 
119
122
        mov     ip, #0
120
123
        mcr     p15, 0, ip, c7, c7, 0           @ invalidate I,D caches