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.c14
1 files changed, 4 insertions, 10 deletions
diff --git a/i386/i386/ast_check.c b/i386/i386/ast_check.c
index 982c7053..f3e1c350 100644
--- a/i386/i386/ast_check.c
+++ b/i386/i386/ast_check.c
@@ -37,23 +37,17 @@
/*
* Initialize for remote invocation of ast_check.
*/
-init_ast_check(processor)
- processor_t processor;
+void init_ast_check(processor)
+ const processor_t processor;
{
-#ifdef lint
- processor++;
-#endif /* lint */
}
/*
* Cause remote invocation of ast_check. Caller is at splsched().
*/
-cause_ast_check(processor)
- processor_t processor;
+void cause_ast_check(processor)
+ const processor_t processor;
{
-#ifdef lint
- processor++;
-#endif /* lint */
}
#endif /* NCPUS > 1 */