From 9b316f5262f160f7cf0079a8b15bdbe954010abe Mon Sep 17 00:00:00 2001 From: andrew Date: Sun, 9 Feb 2014 12:52:39 +0000 Subject: [PATCH] Remove the now unused MMU_INIT macro. --- sys/arm/arm/locore.S | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys/arm/arm/locore.S b/sys/arm/arm/locore.S index f018927d936d..354871b9341f 100644 --- a/sys/arm/arm/locore.S +++ b/sys/arm/arm/locore.S @@ -277,11 +277,6 @@ build_pagetables: RET -#define MMU_INIT(va,pa,n_sec,attr) \ - .word n_sec ; \ - .word 4*((va)>>L1_S_SHIFT) ; \ - .word (pa)|(attr) ; - Lvirtaddr: .word KERNVIRTADDR Lphysaddr: