Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231293
b: refs/heads/master
c: 874d5d3
h: refs/heads/master
i:
  231291: 201bf60
v: v3
  • Loading branch information
Dave Martin authored and Russell King committed Jan 14, 2011
1 parent 21f0af7 commit 17b3bd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0adfca6ff2131c7c67dffe094611097bbc9f5005
refs/heads/master: 874d5d3ccc04c0659b76b05ee0c761f568062cb1
4 changes: 3 additions & 1 deletion trunk/arch/arm/mm/proc-v7.S
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@ ENTRY(cpu_v7_set_pte_ext)
tstne r1, #L_PTE_PRESENT
moveq r3, #0

str r3, [r0, #2048]!
ARM( str r3, [r0, #2048]! )
THUMB( add r0, r0, #2048 )
THUMB( str r3, [r0] )
mcr p15, 0, r0, c7, c10, 1 @ flush_pte
#endif
mov pc, lr
Expand Down

0 comments on commit 17b3bd0

Please sign in to comment.