summaryrefslogtreecommitdiff
path: root/kern/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/ast.h')
-rw-r--r--kern/ast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/ast.h b/kern/ast.h
index 695eaac0..4c28b1e6 100644
--- a/kern/ast.h
+++ b/kern/ast.h
@@ -68,7 +68,7 @@
#define AST_PER_THREAD (AST_HALT | AST_TERMINATE | MACHINE_AST_PER_THREAD)
-typedef unsigned int ast_t;
+typedef unsigned long ast_t;
extern volatile ast_t need_ast[NCPUS];