From 3e392c728846ce491f3cc24ad266014d7d3cbce1 Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Wed, 9 Aug 2017 08:07:55 -0400 Subject: [PATCH] Update comment to reflect xv6 doesn't have per-cpu segments anymore --- trapasm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trapasm.S b/trapasm.S index 2271d27ca7..da8aefc92f 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