Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3177
b: refs/heads/master
c: 79042f0
h: refs/heads/master
i:
  3175: 790281d
v: v3
  • Loading branch information
Catalin Marinas authored and Russell King committed Jun 24, 2005
1 parent 8e037d3 commit f8bcdb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 5932ae3f5d610fd8d047ef4693bab9f084e5c56d
refs/heads/master: 79042f087b5ac7bba819de03dc3e7462bab8aad9
6 changes: 3 additions & 3 deletions trunk/arch/arm/mm/proc-v6.S
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ ENTRY(cpu_v6_switch_mm)
* 100x 1 0 1 r/o no acc
* 10x0 1 0 1 r/o no acc
* 1011 0 0 1 r/w no acc
* 110x 1 1 0 r/o r/o
* 11x0 1 1 0 r/o r/o
* 110x 0 1 0 r/w r/o
* 11x0 0 1 0 r/w r/o
* 1111 0 1 1 r/w r/w
*/
ENTRY(cpu_v6_set_pte)
Expand All @@ -150,7 +150,7 @@ ENTRY(cpu_v6_set_pte)
tst r1, #L_PTE_USER
orrne r2, r2, #AP1 | nG
tstne r2, #APX
eorne r2, r2, #AP0
bicne r2, r2, #APX | AP0

tst r1, #L_PTE_YOUNG
biceq r2, r2, #APX | AP1 | AP0
Expand Down

0 comments on commit f8bcdb4

Please sign in to comment.