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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/i386/i386/ast_check.c b/i386/i386/ast_check.c
index 61c68da..f3e1c35 100644
--- a/i386/i386/ast_check.c
+++ b/i386/i386/ast_check.c
@@ -38,7 +38,7 @@
* Initialize for remote invocation of ast_check.
*/
void init_ast_check(processor)
- processor_t processor;
+ const processor_t processor;
{
}
@@ -46,7 +46,7 @@ void init_ast_check(processor)
* Cause remote invocation of ast_check. Caller is at splsched().
*/
void cause_ast_check(processor)
- processor_t processor;
+ const processor_t processor;
{
}