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)                                                   
\
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to