From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hIz4S-0003uO-U4 for barebox@lists.infradead.org; Tue, 23 Apr 2019 17:19:06 +0000 From: Ahmad Fatoum Date: Tue, 23 Apr 2019 19:18:51 +0200 Message-Id: <20190423171852.26126-5-a.fatoum@pengutronix.de> In-Reply-To: <20190423171852.26126-1-a.fatoum@pengutronix.de> References: <20190423171852.26126-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 4/5] ARM: mmu: remove doubly defined macro To: barebox@lists.infradead.org Cc: Ahmad Fatoum , lst@pengutronix.de, ore@pengutronix.de, rcz@pengutronix.de 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 --- arch/arm/cpu/mmu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/cpu/mmu.c b/arch/arm/cpu/mmu.c index 29816ad56324..ed27d1e4b654 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) -- 2.20.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox