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

Andrew Turner andrew at FreeBSD.org
Sun Feb 9 12:52:40 UTC 2014


Author: andrew
Date: Sun Feb  9 12:52:39 2014
New Revision: 261651
URL: http://svnweb.freebsd.org/changeset/base/261651

Log:
  Remove the now unused MMU_INIT macro.

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

Modified: head/sys/arm/arm/locore.S
==============================================================================
--- head/sys/arm/arm/locore.S	Sun Feb  9 08:13:17 2014	(r261650)
+++ head/sys/arm/arm/locore.S	Sun Feb  9 12:52:39 2014	(r261651)
@@ -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:


More information about the svn-src-all mailing list