summaryrefslogtreecommitdiff
path: root/kern/ast.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/ast.c')
-rw-r--r--kern/ast.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kern/ast.c b/kern/ast.c
index e8e8c1b..4b9d63d 100644
--- a/kern/ast.c
+++ b/kern/ast.c
@@ -56,7 +56,7 @@
volatile ast_t need_ast[NCPUS];
void
-ast_init()
+ast_init(void)
{
#ifndef MACHINE_AST
int i;
@@ -114,7 +114,7 @@ ast_taken(void)
}
void
-ast_check()
+ast_check(void)
{
int mycpu = cpu_number();
processor_t myprocessor;