hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
kernel/include/linux/mm_types.h
....@@ -19,6 +19,8 @@
1919
2020 #include <asm/mmu.h>
2121
22
+#include <dovetail/mm_info.h>
23
+
2224 #ifndef AT_VECTOR_SIZE_ARCH
2325 #define AT_VECTOR_SIZE_ARCH 0
2426 #endif
....@@ -593,6 +595,9 @@
593595 #ifdef CONFIG_HUGETLB_PAGE
594596 atomic_long_t hugetlb_usage;
595597 #endif
598
+#ifdef CONFIG_DOVETAIL
599
+ struct oob_mm_state oob_state;
600
+#endif
596601 struct work_struct async_put_work;
597602
598603 #ifdef CONFIG_IOMMU_SUPPORT