Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258312
b: refs/heads/master
c: 15eb169
h: refs/heads/master
v: v3
  • Loading branch information
Pawel Moll authored and Will Deacon committed Jul 7, 2011
1 parent dc1717f commit c888358
Show file tree
Hide file tree
Showing 2 changed files with 12 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: dc939cd835d0e2d3ff4197d6e2c017d269616d20
refs/heads/master: 15eb169bfec291faf25b158cfa9842b72f7803ad
11 changes: 11 additions & 0 deletions trunk/arch/arm/mm/proc-v7.S
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ cpu_resume_l1_flags:
* It is assumed that:
* - cache type register is implemented
*/
__v7_ca5mp_setup:
__v7_ca9mp_setup:
#ifdef CONFIG_SMP
ALT_SMP(mrc p15, 0, r0, c1, c0, 1)
Expand Down Expand Up @@ -443,6 +444,16 @@ __v7_setup_stack:
.long v7_cache_fns
.endm

/*
* ARM Ltd. Cortex A5 processor.
*/
.type __v7_ca5mp_proc_info, #object
__v7_ca5mp_proc_info:
.long 0x410fc050
.long 0xff0ffff0
__v7_proc __v7_ca5mp_setup
.size __v7_ca5mp_proc_info, . - __v7_ca5mp_proc_info

/*
* ARM Ltd. Cortex A9 processor.
*/
Expand Down

0 comments on commit c888358

Please sign in to comment.