Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4047
b: refs/heads/master
c: abaf48a
h: refs/heads/master
i:
  4045: 3a49e47
  4043: 8102e1d
  4039: d47edee
  4031: 072f9b8
v: v3
  • Loading branch information
Catalin Marinas authored and Russell King committed Jun 30, 2005
1 parent d773c0f commit 5aea849
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: c28a814f25d48f193565003223df0ae617796892
refs/heads/master: abaf48a05a8f097654e746af2a5afb2ab95861a1
4 changes: 2 additions & 2 deletions trunk/arch/arm/mm/proc-arm1020.S
Original file line number Diff line number Diff line change
Expand Up @@ -445,14 +445,14 @@ __arm1020_setup:
/*
* R
* .RVI ZFRS BLDP WCAM
* .0.1 1001 ..11 0101 FIXME: why no V bit?
* .011 1001 ..11 0101
*/
.type arm1020_cr1_clear, #object
.type arm1020_cr1_set, #object
arm1020_cr1_clear:
.word 0x593f
arm1020_cr1_set:
.word 0x1935
.word 0x3935

__INITDATA

Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/arm/mm/proc-arm1020e.S
Original file line number Diff line number Diff line change
Expand Up @@ -427,14 +427,14 @@ __arm1020e_setup:
/*
* R
* .RVI ZFRS BLDP WCAM
* .0.1 1001 ..11 0101 /* FIXME: why no V bit? */
* .011 1001 ..11 0101
*/
.type arm1020e_cr1_clear, #object
.type arm1020e_cr1_set, #object
arm1020e_cr1_clear:
.word 0x5f3f
arm1020e_cr1_set:
.word 0x1935
.word 0x3935

__INITDATA

Expand Down

0 comments on commit 5aea849

Please sign in to comment.