summaryrefslogtreecommitdiff
path: root/usys.S
diff options
context:
space:
mode:
authorrsc <rsc>2007-08-27 13:34:35 +0000
committerrsc <rsc>2007-08-27 13:34:35 +0000
commitefc12b8e616ed3394468c1802da8e1f39e387cd3 (patch)
tree62340875e823c6784bde20077ccebd51cd5b4fe1 /usys.S
parente1872bb130da5a9b198ca484da8534304ea9fc79 (diff)
downloadxv6-labs-efc12b8e616ed3394468c1802da8e1f39e387cd3.tar.gz
xv6-labs-efc12b8e616ed3394468c1802da8e1f39e387cd3.tar.bz2
xv6-labs-efc12b8e616ed3394468c1802da8e1f39e387cd3.zip
Replace yield system call with sleep.
Diffstat (limited to 'usys.S')
-rw-r--r--usys.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/usys.S b/usys.S
index 210774d..380cb91 100644
--- a/usys.S
+++ b/usys.S
@@ -27,4 +27,4 @@ STUB(chdir)
STUB(dup)
STUB(getpid)
STUB(sbrk)
-STUB(yield)
+STUB(sleep)