kernel/include/linux/mm_types.h
.. .. @@ -19,6 +19,8 @@ 19 19 20 20 #include <asm/mmu.h> 21 21 22 +#include <dovetail/mm_info.h>23 +22 24 #ifndef AT_VECTOR_SIZE_ARCH 23 25 #define AT_VECTOR_SIZE_ARCH 0 24 26 #endif .. .. @@ -593,6 +595,9 @@ 593 595 #ifdef CONFIG_HUGETLB_PAGE 594 596 atomic_long_t hugetlb_usage; 595 597 #endif 598 +#ifdef CONFIG_DOVETAIL599 + struct oob_mm_state oob_state;600 +#endif596 601 struct work_struct async_put_work; 597 602 598 603 #ifdef CONFIG_IOMMU_SUPPORT