a few nits

passes all tests on two-processor smp
This commit is contained in:
Frans Kaashoek 2010-07-23 12:52:50 -04:00
parent b364c4b881
commit af03ab142d
3 changed files with 1 additions and 4 deletions

View file

@ -111,8 +111,6 @@ kalloc(int n)
}
}
release(&kmem.lock);
cprintf("kalloc: out of memory\n");
return 0;
}