diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2005-08-16 18:15:17 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2005-08-16 18:15:17 +0000 |
| commit | 207377b25e2fcdfee5764aff0e0b9ed40a3fddfe (patch) | |
| tree | ec4227e6e80e111ba4b5f7454b0d9b71b72a9e89 /sys | |
| parent | 7cf30146f0ce7fd14405d5ef3a4608ae7678310c (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 f1404c3ad547..9f03440de273 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: |
