diff options
author | Saeed Bishara <saeed@marvell.com> | 2009-12-06 18:06:43 +0200 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2009-12-07 17:04:18 -0500 |
commit | f0e5d2c959d5f14dd3bc879c8f9390aa2c049423 (patch) | |
tree | e8614fd870461ad908aed91bfb6ed2af0667997a /arch/arm/mm/proc-v6.S | |
parent | da43243e765908d2ce6d22b2be995edf3218457d (diff) | |
download | linux-f0e5d2c959d5f14dd3bc879c8f9390aa2c049423.tar.bz2 |
ARM: dove: fix the mm mmu flags of the pj4 procinfo
... to be the same as proc-v6
Signed-off-by: Saeed Bishara <saeed@marvell.com>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/mm/proc-v6.S')
-rw-r--r-- | arch/arm/mm/proc-v6.S | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mm/proc-v6.S b/arch/arm/mm/proc-v6.S index 5485c821101c..395cc90c6613 100644 --- 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 | \ |