summaryrefslogtreecommitdiff
path: root/kalloc.c
diff options
context:
space:
mode:
pre-empt both user and kernel, in clock interrupt
usertest.c tests pre-emption kill()
Diffstat (limited to 'kalloc.c')
-rw-r--r--kalloc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kalloc.c b/kalloc.c
index 1944508..b14a69a 100644
--- a/kalloc.c
+++ b/kalloc.c
@@ -158,6 +158,4 @@ ktest()
if(p1 == 0)
panic("ktest2");
kfree(p1, PAGE * 20);
-
- cprintf("ktest ok\n");
}