intel64: don't set global flag in ptables
May cause issues when runtime page tables are installed. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
cdd721db3b
commit
46540f4bb1
1 changed files with 4 additions and 4 deletions
|
@ -553,13 +553,13 @@ pml4:
|
|||
.long 0
|
||||
.fill 4088, 1, 0
|
||||
|
||||
pdp: .long 0x00000183 /* 0x183 = G, 1GB, R/W, P */
|
||||
pdp: .long 0x00000083 /* 0x83 = 1GB, R/W, P */
|
||||
.long 0
|
||||
.long 0x40000183
|
||||
.long 0x40000083
|
||||
.long 0
|
||||
.long 0x80000183
|
||||
.long 0x80000083
|
||||
.long 0
|
||||
.long 0xC0000183
|
||||
.long 0xC0000083
|
||||
.long 0
|
||||
.fill 4064, 1, 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue