diff options
author | rtm <rtm> | 2006-07-12 09:10:25 +0000 |
---|---|---|
committer | rtm <rtm> | 2006-07-12 09:10:25 +0000 |
commit | 664324745e2257289f7a61e43892ce6e8b8ed9b7 (patch) | |
tree | 63a538ce874736cb262b83f7358157cfcc99d034 /usertests.c | |
parent | 4e8f237be819424f922399f8d121d9867b675541 (diff) | |
download | xv6-labs-664324745e2257289f7a61e43892ce6e8b8ed9b7.tar.gz xv6-labs-664324745e2257289f7a61e43892ce6e8b8ed9b7.tar.bz2 xv6-labs-664324745e2257289f7a61e43892ce6e8b8ed9b7.zip |
cvs add spinlock.h
fix race in schedule()
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 2f688ca..fa1b210 100644 --- a/usertests.c +++ b/usertests.c @@ -93,8 +93,8 @@ preempt() main() { puts("usertests starting\n"); - pipe1(); - //preempt(); + //pipe1(); + preempt(); while(1) ; |