aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/include')
-rw-r--r--arch/x86_64/include/arch/memory/paging/page_table.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86_64/include/arch/memory/paging/page_table.hpp b/arch/x86_64/include/arch/memory/paging/page_table.hpp
index 02ed099..31fb58c 100644
--- a/arch/x86_64/include/arch/memory/paging/page_table.hpp
+++ b/arch/x86_64/include/arch/memory/paging/page_table.hpp
@@ -47,11 +47,6 @@ namespace teachos::arch::memory::paging
page_table_handle(page_table * handle, level handle_level);
/**
- * @brief Initializes one page table level 4 entry.
- */
- void initialize_page_tables();
-
- /**
* @brief Set every entry of the page to unused.
*/
auto zero_entries() -> void;