x86_64: Remove recursive mapping related things from MMU.h
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
apio 2023-02-27 13:07:52 +01:00
parent 3ec54fafde
commit 519aa347dd
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -4,9 +4,6 @@
const usize ARCH_PAGE_SIZE = 4096;
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
{
union {