aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/x86_64/include/arch/memory/paging/kernel_mapper.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/include/arch/memory/paging/kernel_mapper.hpp b/arch/x86_64/include/arch/memory/paging/kernel_mapper.hpp
index 54ec682..2dd0387 100644
--- a/arch/x86_64/include/arch/memory/paging/kernel_mapper.hpp
+++ b/arch/x86_64/include/arch/memory/paging/kernel_mapper.hpp
@@ -9,7 +9,7 @@ namespace teachos::arch::memory::paging
{
namespace
{
- virtual_page constexpr UNUSED_VIRTUAL_PAGE{0xCAFEBABE};
+ virtual_page UNUSED_VIRTUAL_PAGE = virtual_page::containing_address(0xCAFEBABE);
} // namespace
typedef shared::container<allocator::physical_frame_iterator> frame_container;