From b21f84ef1bb9e9ba69bfea069295ad4618f671eb Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 4 Apr 2021 16:47:38 +0200 Subject: SMP: Fix warnings --- kern/ast.h | 1 + 1 file changed, 1 insertion(+) (limited to 'kern/ast.h') diff --git a/kern/ast.h b/kern/ast.h index 8895ffbc..c8cbd04f 100644 --- a/kern/ast.h +++ b/kern/ast.h @@ -133,6 +133,7 @@ extern void ast_init (void); extern void ast_check (void); #if NCPUS > 1 +extern void init_ast_check(const processor_t processor); extern void cause_ast_check(const processor_t processor); #endif -- cgit v1.2.3