Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153744
b: refs/heads/master
c: 5587931
h: refs/heads/master
v: v3
  • Loading branch information
Joonyoung Shim authored and Nicolas Pitre committed Jun 19, 2009
1 parent 6615467 commit ada2e3a
Show file tree
Hide file tree
Showing 2 changed files with 10 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: 3fade49b734cca2d8c4f1bcd7c3023302b557f3b
refs/heads/master: 5587931c30dcf778cf7071d1cbac8ea584706dd8
9 changes: 9 additions & 0 deletions trunk/arch/arm/boot/compressed/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,15 @@ proc_types:
b __armv4_mmu_cache_off
b __armv5tej_mmu_cache_flush

#ifdef CONFIG_CPU_FEROCEON_OLD_ID
/* this conflicts with the standard ARMv5TE entry */
.long 0x41009260 @ Old Feroceon
.long 0xff00fff0
b __armv4_mmu_cache_on
b __armv4_mmu_cache_off
b __armv5tej_mmu_cache_flush
#endif

.word 0x66015261 @ FA526
.word 0xff01fff1
b __fa526_cache_on
Expand Down

0 comments on commit ada2e3a

Please sign in to comment.