svn commit: r257202 - head/sys/arm/rockchip

Ian Lepore ian at FreeBSD.org
Sun Oct 27 03:24:46 UTC 2013


Author: ian
Date: Sun Oct 27 03:24:46 2013
New Revision: 257202
URL: http://svnweb.freebsd.org/changeset/base/257202

Log:
  Oops, one more instance of ARM_NOCACHE_KVA_SIZE was hiding under the couch.
  This should have been cleaned up along with r257201.

Modified:
  head/sys/arm/rockchip/rk30xx_machdep.c

Modified: head/sys/arm/rockchip/rk30xx_machdep.c
==============================================================================
--- head/sys/arm/rockchip/rk30xx_machdep.c	Sun Oct 27 03:13:26 2013	(r257201)
+++ head/sys/arm/rockchip/rk30xx_machdep.c	Sun Oct 27 03:24:46 2013	(r257202)
@@ -55,7 +55,7 @@ vm_offset_t
 initarm_lastaddr(void)
 {
 
-	return (DEVMAP_BOOTSTRAP_MAP_START - ARM_NOCACHE_KVA_SIZE);
+	return (DEVMAP_BOOTSTRAP_MAP_START);
 }
 
 void


More information about the svn-src-head mailing list