x86_64: Remove recursive mapping related things from MMU.h
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3ec54fafde
commit
519aa347dd
@ -4,9 +4,6 @@
|
|||||||
const usize ARCH_PAGE_SIZE = 4096;
|
const usize ARCH_PAGE_SIZE = 4096;
|
||||||
const usize ARCH_HUGE_PAGE_SIZE = 2 * 1024 * 1024; // 2 MiB
|
const usize ARCH_HUGE_PAGE_SIZE = 2 * 1024 * 1024; // 2 MiB
|
||||||
|
|
||||||
const u64 rindex = 0776; // recursive index
|
|
||||||
const u64 sign = 0177777UL << 48; // sign extension
|
|
||||||
|
|
||||||
struct [[gnu::packed]] PageTableEntry
|
struct [[gnu::packed]] PageTableEntry
|
||||||
{
|
{
|
||||||
union {
|
union {
|
||||||
|
Loading…
Reference in New Issue
Block a user