Update comment to reflect xv6 doesn't have per-cpu segments anymore
This commit is contained in:
parent
6389d9d410
commit
3e392c7288
1 changed files with 1 additions and 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
|
||||
|
|
Loading…
Reference in a new issue