aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/include
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2024-11-09 15:25:33 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2024-11-09 15:25:33 +0000
commit022e2555c233c13f990026ea86d164f56a9cd7be (patch)
tree29901f3f7d364be658b02fe901930d8b78e5c8dd /arch/x86_64/include
parentd18cf4a3e4abdea80992b8bba3d1ca50ae215253 (diff)
downloadteachos-022e2555c233c13f990026ea86d164f56a9cd7be.tar.xz
teachos-022e2555c233c13f990026ea86d164f56a9cd7be.zip
Remove unused method
Diffstat (limited to 'arch/x86_64/include')
-rw-r--r--arch/x86_64/include/arch/memory/paging/temporary_page.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86_64/include/arch/memory/paging/temporary_page.hpp b/arch/x86_64/include/arch/memory/paging/temporary_page.hpp
index b93a375..a850879 100644
--- a/arch/x86_64/include/arch/memory/paging/temporary_page.hpp
+++ b/arch/x86_64/include/arch/memory/paging/temporary_page.hpp
@@ -29,13 +29,6 @@ namespace teachos::arch::memory::paging
}
/**
- * @brief Set all page table entries to unused.
- *
- * @param active_table the page table whose values are set to unused.
- */
- auto zero_entries(active_page_table & active_table) -> void;
-
- /**
* @brief Unmap the current page.
*
* @param active_table The current active page table.