diff options
| author | Fabian Imhof <fabian.imhof@ost.ch> | 2024-11-01 15:32:45 +0000 |
|---|---|---|
| committer | Fabian Imhof <fabian.imhof@ost.ch> | 2024-11-01 15:32:45 +0000 |
| commit | 643e5ed2d19a359a2ffe33f45fc3e06b0795d6f0 (patch) | |
| tree | e6385eeeda6a36a08eb75dd1ba9cca0b50f22fa5 /arch/x86_64/include | |
| parent | 38cda6bf579f7b09d06ad73c9f4ab893939727a2 (diff) | |
| parent | 1dd691e54ab30b70550ae6197ab252ebd0f8b223 (diff) | |
| download | teachos-643e5ed2d19a359a2ffe33f45fc3e06b0795d6f0.tar.xz teachos-643e5ed2d19a359a2ffe33f45fc3e06b0795d6f0.zip | |
Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kernel into feat_memory_manager
Diffstat (limited to 'arch/x86_64/include')
| -rw-r--r-- | arch/x86_64/include/arch/memory/paging/active_page_table.hpp | 3 |
1 files changed, 1 insertions, 2 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 30ae455..83624a9 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 @@ -162,8 +162,7 @@ namespace teachos::arch::memory::paging tlb_flush(page.start_address()); } - page_table_handle active_handle; - + 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 |
