mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
la57: do not set global bit for PML5 entry
(cherry picked from commit 678bc2281c3727e920604545240d9115de3d1bd3)
This commit is contained in:
parent
2e6e9d1541
commit
e6fa60a77b
1 changed files with 1 additions and 1 deletions
|
|
@ -2227,7 +2227,7 @@ pmap_bootstrap_la57(void *arg __unused)
|
|||
* entering all existing kernel mappings into level 5 table.
|
||||
*/
|
||||
v_pml5[pmap_pml5e_index(UPT_MAX_ADDRESS)] = KPML4phys | X86_PG_V |
|
||||
X86_PG_RW | X86_PG_A | X86_PG_M | pg_g;
|
||||
X86_PG_RW | X86_PG_A | X86_PG_M;
|
||||
|
||||
/*
|
||||
* Add pml5 entry for 1:1 trampoline mapping after LA57 is turned on.
|
||||
|
|
|
|||
Loading…
Reference in a new issue