kernel/include/linux/mm_types.h
.. .. @@ -12,6 +12,7 @@ 12 12 #include <linux/completion.h> 13 13 #include <linux/cpumask.h> 14 14 #include <linux/uprobes.h> 15 +#include <linux/rcupdate.h>15 16 #include <linux/page-flags-layout.h> 16 17 #include <linux/workqueue.h> 17 18 #include <linux/android_kabi.h> .. .. @@ -500,6 +501,9 @@ 500 501 bool tlb_flush_batched; 501 502 #endif 502 503 struct uprobes_state uprobes_state; 504 +#ifdef CONFIG_PREEMPT_RT_BASE505 + struct rcu_head delayed_drop;506 +#endif503 507 #ifdef CONFIG_HUGETLB_PAGE 504 508 atomic_long_t hugetlb_usage; 505 509 #endif