summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2014-09-07 19:33:38 +0000
committerandrew <andrew@FreeBSD.org>2014-09-07 19:33:38 +0000
commiteb057430f05c8ad43697c0b7e39a77e661142580 (patch)
tree0e0812040cf1e70829d39d193b9a7ee2dcb96541
parent91e84ea8b0a408cad1bc9d48a240fb549c6b9139 (diff)
downloadFreeBSD-src-eb057430f05c8ad43697c0b7e39a77e661142580.zip
FreeBSD-src-eb057430f05c8ad43697c0b7e39a77e661142580.tar.gz
Remove Lvirtaddr and Lphysaddr, these don't appear to be used.
-rw-r--r--sys/arm/arm/locore.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/arm/arm/locore.S b/sys/arm/arm/locore.S
index da07884..7117994 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:
OpenPOWER on IntegriCloud