projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fc16f6
)
Remove call to sema_self_test() from main().
author
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 18 Aug 2004 00:15:14 +0000
(
00:15
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 18 Aug 2004 00:15:14 +0000
(
00:15
+0000)
src/threads/init.c
patch
|
blob
|
history
diff --git
a/src/threads/init.c
b/src/threads/init.c
index f8c5f5ad20ed2898eb8641e439e229f9fedc0d4d..477676e09c51fe655ab261194b8244cac4d9db0c 100644
(file)
--- a/
src/threads/init.c
+++ b/
src/threads/init.c
@@
-88,12
+88,6
@@
main (void)
thread_init ();
-#if 0
- printk ("running semaphore test... ");
- sema_self_test ();
- printk (" done.\n");
-#endif
-
{
struct thread *t;
int i;