svn commit: r256708 - head/sys/arm/include

Olivier Houchard cognet at FreeBSD.org
Thu Oct 17 21:38:14 UTC 2013


Author: cognet
Date: Thu Oct 17 21:38:14 2013
New Revision: 256708
URL: http://svnweb.freebsd.org/changeset/base/256708

Log:
  Spell cpu_l2cache_wb_range correctly.

Modified:
  head/sys/arm/include/pmap.h

Modified: head/sys/arm/include/pmap.h
==============================================================================
--- head/sys/arm/include/pmap.h	Thu Oct 17 21:06:19 2013	(r256707)
+++ head/sys/arm/include/pmap.h	Thu Oct 17 21:38:14 2013	(r256708)
@@ -562,7 +562,7 @@ extern int pmap_needs_pte_sync;
 #ifdef ARM_L2_PIPT
 #define _sync_l2(pte, size) 	cpu_l2cache_wb_range(vtophys(pte), size)
 #else
-#define _sync_l2(pte, size) 	cpu_l2_cache_wb_range(pte, size)
+#define _sync_l2(pte, size) 	cpu_l2cache_wb_range(pte, size)
 #endif
 
 #define	PTE_SYNC(pte)							\


More information about the svn-src-head mailing list