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

« back to all changes in this revision

Viewing changes to arch/arm/mm/proc-feroceon.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:
98
98
 * loc: location to jump to for soft reset
99
99
 */
100
100
        .align  5
 
101
        .pushsection    .idmap.text, "ax"
101
102
ENTRY(cpu_feroceon_reset)
102
103
        mov     ip, #0
103
104
        mcr     p15, 0, ip, c7, c7, 0           @ invalidate I,D caches
110
111
        bic     ip, ip, #0x1100                 @ ...i...s........
111
112
        mcr     p15, 0, ip, c1, c0, 0           @ ctrl register
112
113
        mov     pc, r0
 
114
ENDPROC(cpu_feroceon_reset)
 
115
        .popsection
113
116
 
114
117
/*
115
118
 * cpu_feroceon_do_idle()