Merge branches 'misc' and 'fixes' into for-linus

This commit is contained in:
Russell King (Oracle) 2024-03-19 15:06:11 +00:00
commit b42b3ae169
1 changed files with 3 additions and 0 deletions

View File

@ -296,6 +296,9 @@ void __sync_icache_dcache(pte_t pteval)
return;
folio = page_folio(pfn_to_page(pfn));
if (folio_test_reserved(folio))
return;
if (cache_is_vipt_aliasing())
mapping = folio_flush_mapping(folio);
else