aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/kapi/memory.cpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-12-02 18:49:36 +0100
committerFelix Morgner <felix.morgner@ost.ch>2025-12-02 18:49:36 +0100
commit331c070547634a2096c5e2165559fb0f11ee6330 (patch)
treeb4bb1f0ce663c6eaec81f3d2e5995a94757a32d3 /arch/x86_64/src/kapi/memory.cpp
parent44d4844ce63e7c00b4028bb918eed5d9fb795578 (diff)
downloadteachos-331c070547634a2096c5e2165559fb0f11ee6330.tar.xz
teachos-331c070547634a2096c5e2165559fb0f11ee6330.zip
kapi: make PLATFORM_*_SIZE constexpr
Diffstat (limited to 'arch/x86_64/src/kapi/memory.cpp')
-rw-r--r--arch/x86_64/src/kapi/memory.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86_64/src/kapi/memory.cpp b/arch/x86_64/src/kapi/memory.cpp
index 36b1706..1a8b36f 100644
--- a/arch/x86_64/src/kapi/memory.cpp
+++ b/arch/x86_64/src/kapi/memory.cpp
@@ -19,8 +19,6 @@
namespace teachos::memory
{
- std::size_t const PLATFORM_FRAME_SIZE{4096};
- std::size_t const PLATFORM_PAGE_SIZE{PLATFORM_FRAME_SIZE};
namespace
{