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/boot/pointers.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/include/arch/boot/pointers.hpp b/arch/x86_64/include/arch/boot/pointers.hpp
index 37840b6..18c41ce 100644
--- a/arch/x86_64/include/arch/boot/pointers.hpp
+++ b/arch/x86_64/include/arch/boot/pointers.hpp
@@ -8,7 +8,6 @@
namespace teachos::arch::boot
{
extern "C" size_t const multiboot_information_pointer;
- extern "C" memory::paging::page_table * page_map_level_4;
} // namespace teachos::arch::boot
#endif