Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30642
b: refs/heads/master
c: 800d8b5
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed Jun 25, 2006
1 parent ff14910 commit d7339d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 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: 1b93a71755f2b15450b3e3045dab58a633e37b18
refs/heads/master: 800d8b5c4b322798414100c253524aaf1bb9cb86
32 changes: 0 additions & 32 deletions trunk/arch/arm/mm/proc-v6.S
Original file line number Diff line number Diff line change
Expand Up @@ -29,38 +29,6 @@
#define TTB_RGN_WT (2 << 3)
#define TTB_RGN_WB (3 << 3)

.macro cpsie, flags
.ifc \flags, f
.long 0xf1080040
.exitm
.endif
.ifc \flags, i
.long 0xf1080080
.exitm
.endif
.ifc \flags, if
.long 0xf10800c0
.exitm
.endif
.err
.endm

.macro cpsid, flags
.ifc \flags, f
.long 0xf10c0040
.exitm
.endif
.ifc \flags, i
.long 0xf10c0080
.exitm
.endif
.ifc \flags, if
.long 0xf10c00c0
.exitm
.endif
.err
.endm

ENTRY(cpu_v6_proc_init)
mov pc, lr

Expand Down

0 comments on commit d7339d2

Please sign in to comment.