aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/include
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2024-10-29 08:11:13 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2024-10-29 08:11:13 +0000
commit4e9338075cf30702b922e5aecbc33c18bfd3f759 (patch)
tree1ed23ec3950741198dc96460176432c82a70264e /arch/x86_64/include
parent5334a63e7fc3959536f4f443c86f8913f7cb2451 (diff)
downloadteachos-4e9338075cf30702b922e5aecbc33c18bfd3f759.tar.xz
teachos-4e9338075cf30702b922e5aecbc33c18bfd3f759.zip
Remove not required methods
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;