We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af19487 commit f92cedfCopy full SHA for f92cedf
include/linux/mm_inline.h
@@ -523,6 +523,7 @@ static inline bool mm_tlb_flush_nested(struct mm_struct *mm)
523
return atomic_read(&mm->tlb_flush_pending) > 1;
524
}
525
526
+#ifdef CONFIG_MMU
527
/*
528
* Computes the pte marker to copy from the given source entry into dst_vma.
529
* If no marker should be copied, returns 0.
@@ -541,6 +542,7 @@ static inline pte_marker copy_pte_marker(
541
542
543
return dstm;
544
545
+#endif
546
547
548
* If this pte is wr-protected by uffd-wp in any form, arm the special pte to
0 commit comments