summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Kaashoek <[email protected]>2017-08-09 08:07:55 -0400
committerFrans Kaashoek <[email protected]>2017-08-09 15:21:42 -0400
commit3e392c728846ce491f3cc24ad266014d7d3cbce1 (patch)
tree9b28f497d78a9c1645a691aeba4bf2ed2f63e081
parent6389d9d4103eaebdd4749cacf475014e525a1c9a (diff)
downloadxv6-labs-3e392c728846ce491f3cc24ad266014d7d3cbce1.tar.gz
xv6-labs-3e392c728846ce491f3cc24ad266014d7d3cbce1.tar.bz2
xv6-labs-3e392c728846ce491f3cc24ad266014d7d3cbce1.zip
Update comment to reflect xv6 doesn't have per-cpu segments anymore
-rw-r--r--trapasm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/trapasm.S b/trapasm.S
index 2271d27..da8aefc 100644
--- a/trapasm.S
+++ b/trapasm.S
@@ -10,7 +10,7 @@ alltraps:
pushl %gs
pushal
- # Set up data and per-cpu segments.
+ # Set up data segments.
movw $(SEG_KDATA<<3), %ax
movw %ax, %ds
movw %ax, %es