From 207377b25e2fcdfee5764aff0e0b9ed40a3fddfe Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 16 Aug 2005 18:15:17 +0000 Subject: [PATCH] Clarify a comment. --- sys/i386/i386/swtch.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/i386/i386/swtch.s b/sys/i386/i386/swtch.s index f1404c3ad54..9f03440de27 100644 --- a/sys/i386/i386/swtch.s +++ b/sys/i386/i386/swtch.s @@ -223,7 +223,7 @@ sw1: movl 4(%edi), %esi movl %eax, 0(%ebx) movl %esi, 4(%ebx) - movl $GPROC0_SEL*8, %esi /* GSEL(entry, SEL_KPL) */ + movl $GPROC0_SEL*8, %esi /* GSEL(GPROC0_SEL, SEL_KPL) */ ltr %si 3: