summaryrefslogtreecommitdiff
path: root/kern/ast.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/ast.c')
-rw-r--r--kern/ast.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/kern/ast.c b/kern/ast.c
index 9b3a9bd..9498ce7 100644
--- a/kern/ast.c
+++ b/kern/ast.c
@@ -37,7 +37,6 @@
#include <cpus.h>
#include <mach_fixpri.h>
-#include <norma_ipc.h>
#include <kern/ast.h>
#include <kern/counters.h>
@@ -90,11 +89,6 @@ ast_taken()
if (reasons & AST_NETWORK)
net_ast();
-#if NORMA_IPC
- if (reasons & AST_NETIPC)
- netipc_ast();
-#endif /* NORMA_IPC */
-
/*
* Make darn sure that we don't call thread_halt_self
* or thread_block from the idle thread.