diff options
author | Frans Kaashoek <[email protected]> | 2017-08-09 08:07:55 -0400 |
---|---|---|
committer | Frans Kaashoek <[email protected]> | 2017-08-09 15:21:42 -0400 |
commit | 3e392c728846ce491f3cc24ad266014d7d3cbce1 (patch) | |
tree | 9b28f497d78a9c1645a691aeba4bf2ed2f63e081 | |
parent | 6389d9d4103eaebdd4749cacf475014e525a1c9a (diff) | |
download | xv6-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.S | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |