projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da43243
)
ARM: dove: fix the mm mmu flags of the pj4 procinfo
author
Saeed Bishara
<saeed@marvell.com>
Sun, 6 Dec 2009 16:06:43 +0000
(18:06 +0200)
committer
Nicolas Pitre
<nico@fluxnic.net>
Mon, 7 Dec 2009 22:04:18 +0000
(17:04 -0500)
... to be the same as proc-v6
Signed-off-by: Saeed Bishara <saeed@marvell.com>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
arch/arm/mm/proc-v6.S
patch
|
blob
|
history
diff --git
a/arch/arm/mm/proc-v6.S
b/arch/arm/mm/proc-v6.S
index 5485c821101ca1a9d242f28eedef1b02e1be47ff..395cc90c6613d616f56c502102747464baa2b159 100644
(file)
--- a/
arch/arm/mm/proc-v6.S
+++ b/
arch/arm/mm/proc-v6.S
@@
-254,10
+254,9
@@
__pj4_v6_proc_info:
.long 0x560f5810
.long 0xff0ffff0
.long PMD_TYPE_SECT | \
- PMD_SECT_BUFFERABLE | \
- PMD_SECT_CACHEABLE | \
PMD_SECT_AP_WRITE | \
- PMD_SECT_AP_READ
+ PMD_SECT_AP_READ | \
+ PMD_FLAGS
.long PMD_TYPE_SECT | \
PMD_SECT_XN | \
PMD_SECT_AP_WRITE | \