Commit b42b3ae1 authored by Russell King (Oracle)'s avatar Russell King (Oracle)

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

parents b36e78b2 0c66c6f4
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment