1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-28 11:57:28 +00:00

Spell cpu_l2cache_wb_range correctly.

This commit is contained in:
Olivier Houchard 2013-10-17 21:38:14 +00:00
parent f81c09049a
commit f4b13928b8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=256708

View File

@ -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) \