From 7e94dc5cb2eca82fbfc8f3dc3156ff4eb3db21f8 Mon Sep 17 00:00:00 2001 From: songyanguang <345810377@qq.com> Date: Thu, 19 Dec 2024 21:40:06 +0800 Subject: [PATCH] fix build error --- Ubiquitous/XiZi_AIoT/softkernel/include/pagetable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ubiquitous/XiZi_AIoT/softkernel/include/pagetable.h b/Ubiquitous/XiZi_AIoT/softkernel/include/pagetable.h index 2894a4291..f6f9a2d7a 100644 --- a/Ubiquitous/XiZi_AIoT/softkernel/include/pagetable.h +++ b/Ubiquitous/XiZi_AIoT/softkernel/include/pagetable.h @@ -88,4 +88,4 @@ void secondary_cpu_load_kern_pgdir(struct TraceTag* mmu_driver_tag, struct Trace extern struct XiziPageManager xizi_pager; bool module_pager_init(struct PagerRightGroup*); -bool _new_pgdir(struct TopLevelPageDirectory* pgdir); \ No newline at end of file +