aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/memory
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2024-10-23 13:28:07 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2024-10-23 13:28:07 +0000
commit61db7fa6097a9e3784f8fb18a8d3de47d7d7c007 (patch)
tree47ece442b393f2c895623c4cc01ad9fb7da002c8 /arch/x86_64/src/memory
parentef22c9394534014dbda3e2a070df3d02a9fd041e (diff)
downloadteachos-61db7fa6097a9e3784f8fb18a8d3de47d7d7c007.tar.xz
teachos-61db7fa6097a9e3784f8fb18a8d3de47d7d7c007.zip
Extract next_table_or_create into page_table
Diffstat (limited to 'arch/x86_64/src/memory')
-rw-r--r--arch/x86_64/src/memory/paging/page_table.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86_64/src/memory/paging/page_table.cpp b/arch/x86_64/src/memory/paging/page_table.cpp
index 33d0b75..40662e3 100644
--- a/arch/x86_64/src/memory/paging/page_table.cpp
+++ b/arch/x86_64/src/memory/paging/page_table.cpp
@@ -1,7 +1,5 @@
#include "arch/memory/paging/page_table.hpp"
-#include "arch/exception_handling/assert.hpp"
-
namespace teachos::arch::memory::paging
{
/**