projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37468b3
)
ARM: 7754/1: Fix the CPU ID and the mask associated to the PJ4B
author
Gregory CLEMENT
<
[email protected]
>
Mon, 10 Jun 2013 17:05:51 +0000
(18:05 +0100)
committer
Russell King
<
[email protected]
>
Mon, 17 Jun 2013 09:30:51 +0000
(10:30 +0100)
This commit fixes the ID and mask for the PJ4B which was too
restrictive and didn't match the CPU of the Armada 370 SoC.
Signed-off-by: Gregory CLEMENT <
[email protected]
>
Reviewed-by: Will Deacon <
[email protected]
>
Cc: <
[email protected]
>
Signed-off-by: Russell King <
[email protected]
>
arch/arm/mm/proc-v7.S
patch
|
blob
|
history
diff --git
a/arch/arm/mm/proc-v7.S
b/arch/arm/mm/proc-v7.S
index 2c73a7301ff7017eea046df2f2b67e475ab653de..4c8c9c10a3880736571b863f96a7c8a9005f129e 100644
(file)
--- a/
arch/arm/mm/proc-v7.S
+++ b/
arch/arm/mm/proc-v7.S
@@
-409,8
+409,8
@@
__v7_ca9mp_proc_info:
*/
.type __v7_pj4b_proc_info, #object
__v7_pj4b_proc_info:
- .long 0x56
2f584
0
- .long 0xff
fffff
0
+ .long 0x56
0f580
0
+ .long 0xff
0fff0
0
__v7_proc __v7_pj4b_setup
.size __v7_pj4b_proc_info, . - __v7_pj4b_proc_info