summaryrefslogtreecommitdiff
path: root/trapasm.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 /trapasm.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 'trapasm.S')
-rw-r--r--trapasm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/trapasm.S b/trapasm.S
index ac96413..87a832a 100644
--- a/trapasm.S
+++ b/trapasm.S
@@ -3,7 +3,7 @@
.globl trapret1
.globl alltraps
-.set SEG_KDATA_SEL 0x10 # selector for SEG_KDATA
+.set SEG_KDATA_SEL, 0x10 # selector for SEG_KDATA
# vectors.S sends all traps here.
alltraps: