mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Clarify a comment.
This commit is contained in:
parent
7cf30146f0
commit
207377b25e
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue