summaryrefslogtreecommitdiff
path: root/i386/i386/ast_check.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/ast_check.c')
-rw-r--r--i386/i386/ast_check.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/i386/i386/ast_check.c b/i386/i386/ast_check.c
index f3e1c350..36c665b2 100644
--- a/i386/i386/ast_check.c
+++ b/i386/i386/ast_check.c
@@ -37,16 +37,14 @@
/*
* Initialize for remote invocation of ast_check.
*/
-void init_ast_check(processor)
- const processor_t processor;
+void init_ast_check(const processor_t processor)
{
}
/*
* Cause remote invocation of ast_check. Caller is at splsched().
*/
-void cause_ast_check(processor)
- const processor_t processor;
+void cause_ast_check(const processor_t processor)
{
}