diff options
| author | Fabian Imhof <fabian.imhof@ost.ch> | 2024-11-01 15:33:02 +0000 |
|---|---|---|
| committer | Fabian Imhof <fabian.imhof@ost.ch> | 2024-11-01 15:33:02 +0000 |
| commit | 54cdc10862d95ccaf70def277946625d8c721113 (patch) | |
| tree | f9bc83d55ccf96033c81bd014e1713f5191dd4fe /arch/x86_64/include | |
| parent | 643e5ed2d19a359a2ffe33f45fc3e06b0795d6f0 (diff) | |
| download | teachos-54cdc10862d95ccaf70def277946625d8c721113.tar.xz teachos-54cdc10862d95ccaf70def277946625d8c721113.zip | |
add spacing
Diffstat (limited to 'arch/x86_64/include')
| -rw-r--r-- | arch/x86_64/include/arch/memory/paging/active_page_table.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/include/arch/memory/paging/active_page_table.hpp b/arch/x86_64/include/arch/memory/paging/active_page_table.hpp index 83624a9..8e80b51 100644 --- a/arch/x86_64/include/arch/memory/paging/active_page_table.hpp +++ b/arch/x86_64/include/arch/memory/paging/active_page_table.hpp @@ -163,6 +163,7 @@ namespace teachos::arch::memory::paging } page_table_handle active_handle; ///< Underlying active level 4 page table + private: /** * @brief Private constructor should only be used by create or get method, which ensures to create only ever one |
