Update comment to reflect xv6 doesn't have per-cpu segments anymore

This commit is contained in:
Frans Kaashoek 2017-08-09 08:07:55 -04:00
parent 6389d9d410
commit 3e392c7288

View file

@ -10,7 +10,7 @@ alltraps:
pushl %gs pushl %gs
pushal pushal
# Set up data and per-cpu segments. # Set up data segments.
movw $(SEG_KDATA<<3), %ax movw $(SEG_KDATA<<3), %ax
movw %ax, %ds movw %ax, %ds
movw %ax, %es movw %ax, %es