Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263590
b: refs/heads/master
c: 0f81bb6
h: refs/heads/master
v: v3
  • Loading branch information
Will Deacon authored and Russell King committed Aug 28, 2011
1 parent c33cddf commit 44e1fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 552e0c8da8ff7099e6fe060cd7ec36ae11f5465b
refs/heads/master: 0f81bb6b051ad760686b5b0fef8c731282c16ef5
1 change: 1 addition & 0 deletions trunk/arch/arm/mm/proc-v7.S
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ ENDPROC(cpu_v7_proc_fin)
ENTRY(cpu_v7_reset)
mrc p15, 0, r1, c1, c0, 0 @ ctrl register
bic r1, r1, #0x1 @ ...............m
THUMB( bic r1, r1, #1 << 30 ) @ SCTLR.TE (Thumb exceptions)
mcr p15, 0, r1, c1, c0, 0 @ disable MMU
isb
mov pc, r0
Expand Down

0 comments on commit 44e1fda

Please sign in to comment.