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 cfc6951 commit 49c6950Copy full SHA for 49c6950
include/linux/mmu_notifier.h
@@ -654,9 +654,6 @@ static inline void mmu_notifier_subscriptions_destroy(struct mm_struct *mm)
654
#define pmdp_clear_flush_young_notify pmdp_clear_flush_young
655
#define ptep_clear_young_notify ptep_test_and_clear_young
656
#define pmdp_clear_young_notify pmdp_test_and_clear_young
657
-#define ptep_clear_flush_notify ptep_clear_flush
658
-#define pmdp_huge_clear_flush_notify pmdp_huge_clear_flush
659
-#define pudp_huge_clear_flush_notify pudp_huge_clear_flush
660
661
static inline void mmu_notifier_synchronize(void)
662
{
0 commit comments