diff options
author | jhb <jhb@FreeBSD.org> | 2005-08-16 18:15:17 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2005-08-16 18:15:17 +0000 |
commit | 1d6676e5bc30f3c6a759289b8e17002de8f5a721 (patch) | |
tree | ec4227e6e80e111ba4b5f7454b0d9b71b72a9e89 /sys/i386 | |
parent | 618a796b6657f972af5041ddf0e97acda8d2dcb3 (diff) | |
download | FreeBSD-src-1d6676e5bc30f3c6a759289b8e17002de8f5a721.zip FreeBSD-src-1d6676e5bc30f3c6a759289b8e17002de8f5a721.tar.gz |
Clarify a comment.
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/i386/swtch.s | 2 |
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: |