Spell cpu_l2cache_wb_range correctly.

This commit is contained in:
cognet 2013-10-17 21:38:14 +00:00
parent 8abb82aa67
commit d8a25b54a7

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