From d5294df7d0ddbf4fcc9fafd605a04b0020ae24e5 Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Sun, 7 Sep 2014 19:33:38 +0000 Subject: [PATCH] Remove Lvirtaddr and Lphysaddr, these don't appear to be used. --- sys/arm/arm/locore.S | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/arm/arm/locore.S b/sys/arm/arm/locore.S index da078849a92..711799405df 100644 --- a/sys/arm/arm/locore.S +++ b/sys/arm/arm/locore.S @@ -343,10 +343,6 @@ build_pagetables: VA_TO_PA_POINTER(Lpagetable, pagetable) -Lvirtaddr: - .word KERNVIRTADDR -Lphysaddr: - .word KERNPHYSADDR Lreal_start: .word _start Lend: