From 1c519861a3d6b37c71e087f5263b51c96e68b392 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Thu, 25 Apr 2019 16:32:31 +0200 Subject: ARM: mmu: remove doubly defined macro PMD_SECT_DEF_CACHED is defined along with PMD_SECT_DEF_UNCACHED in mmu.h, which is included two lines prior. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- arch/arm/cpu/mmu.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm') diff --git a/arch/arm/cpu/mmu.c b/arch/arm/cpu/mmu.c index 29816ad563..ed27d1e4b6 100644 --- a/arch/arm/cpu/mmu.c +++ b/arch/arm/cpu/mmu.c @@ -34,7 +34,6 @@ #include "mmu.h" -#define PMD_SECT_DEF_CACHED (PMD_SECT_WB | PMD_SECT_DEF_UNCACHED) #define PTRS_PER_PTE (PGDIR_SIZE / PAGE_SIZE) #define ARCH_MAP_WRITECOMBINE ((unsigned)-1) -- cgit v1.2.3