diff options
| author | rtm | 2006-07-12 01:48:35 +0000 |
|---|---|---|
| committer | rtm | 2006-07-12 01:48:35 +0000 |
| commit | 4e8f237be819424f922399f8d121d9867b675541 (patch) | |
| tree | 53459cfde9630b3ae0d2d46d0ce3d4c1ac423944 /usertests.c | |
| parent | b41b38d0da0854f3fa92967b70180ea1156154d4 (diff) | |
no more big kernel lock
succeeds at usertests.c pipe test
Diffstat (limited to 'usertests.c')
| -rw-r--r-- | usertests.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usertests.c b/usertests.c index fa1b210..2f688ca 100644 --- a/usertests.c +++ b/usertests.c @@ -93,8 +93,8 @@ preempt() main() { puts("usertests starting\n"); - //pipe1(); - preempt(); + pipe1(); + //preempt(); while(1) ; |
