summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-08-16 18:15:17 +0000
committerjhb <jhb@FreeBSD.org>2005-08-16 18:15:17 +0000
commit1d6676e5bc30f3c6a759289b8e17002de8f5a721 (patch)
treeec4227e6e80e111ba4b5f7454b0d9b71b72a9e89 /sys
parent618a796b6657f972af5041ddf0e97acda8d2dcb3 (diff)
downloadFreeBSD-src-1d6676e5bc30f3c6a759289b8e17002de8f5a721.zip
FreeBSD-src-1d6676e5bc30f3c6a759289b8e17002de8f5a721.tar.gz
Clarify a comment.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/swtch.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/swtch.s b/sys/i386/i386/swtch.s
index f1404c3..9f03440 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:
OpenPOWER on IntegriCloud