mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
pmap_bootstrap_la57(): reload IDT
(cherry picked from commit bbb00b1719)
This commit is contained in:
parent
e6fa60a77b
commit
ad6b949da5
1 changed files with 1 additions and 0 deletions
|
|
@ -2264,6 +2264,7 @@ pmap_bootstrap_la57(void *arg __unused)
|
|||
ssdtosyssd(&gdt_segs[GPROC0_SEL],
|
||||
(struct system_segment_descriptor *)&__pcpu[0].pc_gdt[GPROC0_SEL]);
|
||||
ltr(GSEL(GPROC0_SEL, SEL_KPL));
|
||||
lidt(&r_idt);
|
||||
|
||||
if (bootverbose)
|
||||
printf("LA57 trampoline returned, CR4 %#lx\n", rcr4());
|
||||
|
|
|
|||
Loading…
Reference in a new issue