summaryrefslogtreecommitdiff
path: root/arch/avr32/include/asm/arch-at32ap700x/mmu.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2015-02-18 03:11:36 (GMT)
committerTom Rini <trini@ti.com>2015-02-18 03:11:36 (GMT)
commit9ec84f103b3f3e770043b06042e5d2d6f2339e39 (patch)
tree693381b5c55d2a2e1d98707ff39a59ced75d66ef /arch/avr32/include/asm/arch-at32ap700x/mmu.h
parent1e7b357a4ebf9a99a6258a0bbedf4e318a5263e0 (diff)
parent5c98d7ffb0b11c9e3909f56ec5ce9dff682f1e30 (diff)
downloadu-boot-9ec84f103b3f3e770043b06042e5d2d6f2339e39.tar.xz
Merge branch 'master' of git://git.denx.de/u-boot-avr32
Diffstat (limited to 'arch/avr32/include/asm/arch-at32ap700x/mmu.h')
-rw-r--r--arch/avr32/include/asm/arch-at32ap700x/mmu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/avr32/include/asm/arch-at32ap700x/mmu.h b/arch/avr32/include/asm/arch-at32ap700x/mmu.h
index fcd9a05..4736312 100644
--- a/arch/avr32/include/asm/arch-at32ap700x/mmu.h
+++ b/arch/avr32/include/asm/arch-at32ap700x/mmu.h
@@ -13,9 +13,9 @@
#include <asm/sysreg.h>
-#define PAGE_SHIFT 20
-#define PAGE_SIZE (1UL << PAGE_SHIFT)
-#define PAGE_ADDR_MASK (~(PAGE_SIZE - 1))
+#define MMU_PAGE_SHIFT 20
+#define MMU_PAGE_SIZE (1UL << MMU_PAGE_SHIFT)
+#define MMU_PAGE_ADDR_MASK (~(MMU_PAGE_SIZE - 1))
#define MMU_VMR_CACHE_NONE \
(SYSREG_BF(AP, 3) | SYSREG_BF(SZ, 3) | SYSREG_BIT(TLBELO_D))