diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-04-04 16:47:38 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-04-04 16:47:38 +0200 |
commit | b21f84ef1bb9e9ba69bfea069295ad4618f671eb (patch) | |
tree | af3e80941a206353b0eb7a1a21b95e02601f5c09 /kern/ast.h | |
parent | e5facfba3d2dba679d72c859066260eb0d33456c (diff) | |
download | gnumach-b21f84ef1bb9e9ba69bfea069295ad4618f671eb.tar.gz gnumach-b21f84ef1bb9e9ba69bfea069295ad4618f671eb.tar.bz2 gnumach-b21f84ef1bb9e9ba69bfea069295ad4618f671eb.zip |
SMP: Fix warnings
Diffstat (limited to 'kern/ast.h')
-rw-r--r-- | kern/ast.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |