mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
amd64 la57_trampoline: lgdt descriptor is always 10 bytes in long mode
(cherry picked from commit 687b896f8ea58e67c3a0bfbd3af3041733e57dcf)
This commit is contained in:
parent
cdcaf2e073
commit
371dcd4c35
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ l2: movq %r11,%rsp
|
|||
.p2align 4,0
|
||||
ENTRY(la57_trampoline_gdt_desc)
|
||||
.word la57_trampoline_end - la57_trampoline_gdt
|
||||
.long 0 /* filled by pmap_bootstrap_la57 */
|
||||
.long 0, 0 /* filled by pmap_bootstrap_la57 */
|
||||
.p2align 4,0
|
||||
ENTRY(la57_trampoline_gdt)
|
||||
.long 0x00000000 /* null desc */
|
||||
|
|
|
|||
Loading…
Reference in a new issue