From 2f529f9b558ca1c1bd74be7437a84e4711743404 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 01 Nov 2024 02:11:33 +0000 Subject: [PATCH] add xenomai --- kernel/include/linux/mm_types.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/kernel/include/linux/mm_types.h b/kernel/include/linux/mm_types.h index c853f61..5820ea3 100644 --- a/kernel/include/linux/mm_types.h +++ b/kernel/include/linux/mm_types.h @@ -19,6 +19,8 @@ #include <asm/mmu.h> +#include <dovetail/mm_info.h> + #ifndef AT_VECTOR_SIZE_ARCH #define AT_VECTOR_SIZE_ARCH 0 #endif @@ -593,6 +595,9 @@ #ifdef CONFIG_HUGETLB_PAGE atomic_long_t hugetlb_usage; #endif +#ifdef CONFIG_DOVETAIL + struct oob_mm_state oob_state; +#endif struct work_struct async_put_work; #ifdef CONFIG_IOMMU_SUPPORT -- Gitblit v1.6.2