svn commit: r271235 - head/sys/arm/arm

Andrew Turner andrew at FreeBSD.org
Sun Sep 7 19:33:39 UTC 2014


Author: andrew
Date: Sun Sep  7 19:33:38 2014
New Revision: 271235
URL: http://svnweb.freebsd.org/changeset/base/271235

Log:
  Remove Lvirtaddr and Lphysaddr, these don't appear to be used.

Modified:
  head/sys/arm/arm/locore.S

Modified: head/sys/arm/arm/locore.S
==============================================================================
--- head/sys/arm/arm/locore.S	Sun Sep  7 18:43:26 2014	(r271234)
+++ head/sys/arm/arm/locore.S	Sun Sep  7 19:33:38 2014	(r271235)
@@ -343,10 +343,6 @@ build_pagetables:
 
 VA_TO_PA_POINTER(Lpagetable, pagetable)
 
-Lvirtaddr:
-	.word	KERNVIRTADDR
-Lphysaddr:
-	.word	KERNPHYSADDR
 Lreal_start:
 	.word	_start
 Lend:


More information about the svn-src-all mailing list