mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-11 09:43:54 -04:00
Merge branches 'misc' and 'fixes' into for-linus
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user