Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100729
b: refs/heads/master
c: ee0dd84
h: refs/heads/master
i:
  100727: cbd3183
v: v3
  • Loading branch information
Lennert Buytenhek authored and Lennert Buytenhek committed Jun 22, 2008
1 parent 02e0ad0 commit acbef6d
Show file tree
Hide file tree
Showing 2 changed files with 10 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: 4fc338e38f08f0a91e35ab386abae48eb033dbb2
refs/heads/master: ee0dd840052e303a3eb171363be5e6364d200a51
13 changes: 9 additions & 4 deletions trunk/arch/arm/mm/proc-feroceon.S
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,11 @@ cpu_feroceon_name:
.asciz "Feroceon"
.size cpu_feroceon_name, . - cpu_feroceon_name

.type cpu_88fr531_name, #object
cpu_88fr531_name:
.asciz "Feroceon 88FR531-vd"
.size cpu_88fr531_name, . - cpu_88fr531_name

.align

.section ".proc.info.init", #alloc, #execinstr
Expand Down Expand Up @@ -445,8 +450,8 @@ __feroceon_old_id_proc_info:
.size __feroceon_old_id_proc_info, . - __feroceon_old_id_proc_info
#endif

.type __feroceon_proc_info,#object
__feroceon_proc_info:
.type __88fr531_proc_info,#object
__88fr531_proc_info:
.long 0x56055310
.long 0xfffffff0
.long PMD_TYPE_SECT | \
Expand All @@ -463,9 +468,9 @@ __feroceon_proc_info:
.long cpu_arch_name
.long cpu_elf_name
.long HWCAP_SWP|HWCAP_HALF|HWCAP_THUMB|HWCAP_FAST_MULT|HWCAP_EDSP
.long cpu_feroceon_name
.long cpu_88fr531_name
.long feroceon_processor_functions
.long v4wbi_tlb_fns
.long feroceon_user_fns
.long feroceon_cache_fns
.size __feroceon_proc_info, . - __feroceon_proc_info
.size __88fr531_proc_info, . - __88fr531_proc_info

0 comments on commit acbef6d

Please sign in to comment.