x86_64: Remove recursive mapping related things from MMU.h

This commit is contained in:
apio 2023-02-27 13:07:52 +01:00
parent 2038ee1929
commit a0252e42a4
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -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 {