Skip to content

Commit 3e392c7

Browse files
committedAug 9, 2017
Update comment to reflect xv6 doesn't have per-cpu segments anymore
1 parent 6389d9d commit 3e392c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎trapasm.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ alltraps:
1010
pushl %gs
1111
pushal
1212

13-
# Set up data and per-cpu segments.
13+
# Set up data segments.
1414
movw $(SEG_KDATA<<3), %ax
1515
movw %ax, %ds
1616
movw %ax, %es

0 commit comments

Comments
 (0)
Please sign in to comment.