hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/include/linux/mm_types.h
....@@ -12,6 +12,7 @@
1212 #include <linux/completion.h>
1313 #include <linux/cpumask.h>
1414 #include <linux/uprobes.h>
15
+#include <linux/rcupdate.h>
1516 #include <linux/page-flags-layout.h>
1617 #include <linux/workqueue.h>
1718 #include <linux/android_kabi.h>
....@@ -500,6 +501,9 @@
500501 bool tlb_flush_batched;
501502 #endif
502503 struct uprobes_state uprobes_state;
504
+#ifdef CONFIG_PREEMPT_RT_BASE
505
+ struct rcu_head delayed_drop;
506
+#endif
503507 #ifdef CONFIG_HUGETLB_PAGE
504508 atomic_long_t hugetlb_usage;
505509 #endif