Skip to content

Commit b42b3ae

Browse files
author
Russell King (Oracle)
committed
Merge branches 'misc' and 'fixes' into for-linus
2 parents b36e78b + 0c66c6f commit b42b3ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm/mm/flush.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,9 @@ void __sync_icache_dcache(pte_t pteval)
296296
return;
297297

298298
folio = page_folio(pfn_to_page(pfn));
299+
if (folio_test_reserved(folio))
300+
return;
301+
299302
if (cache_is_vipt_aliasing())
300303
mapping = folio_flush_mapping(folio);
301304
else

0 commit comments

Comments
 (0)