Date: Thu, 17 Oct 2013 21:38:14 +0000 (UTC) From: Olivier Houchard <cognet@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r256708 - head/sys/arm/include Message-ID: <201310172138.r9HLcEt3060000@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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) \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310172138.r9HLcEt3060000>