diff --git a/arch/x86/include/x86_mmu.h b/arch/x86/include/x86_mmu.h index ed6bb59b37c..1a733485e37 100644 --- a/arch/x86/include/x86_mmu.h +++ b/arch/x86/include/x86_mmu.h @@ -139,7 +139,7 @@ extern uint8_t z_shared_kernel_page_start; /* Called from page fault handler. ptables here is the ptage tables for the * faulting user thread and not the current set of page tables */ -extern bool z_x86_kpti_is_access_ok(void *virt, pentry_t *ptables) +extern bool z_x86_kpti_is_access_ok(void *virt, pentry_t *ptables); #endif /* CONFIG_DEMAND_PAGING */ #endif /* CONFIG_X86_KPTI */ #endif /* CONFIG_USERSPACE */