diff options
| author | Fabian Imhof <fabian.imhof@ost.ch> | 2025-04-10 09:32:53 +0000 |
|---|---|---|
| committer | Fabian Imhof <fabian.imhof@ost.ch> | 2025-04-10 09:32:53 +0000 |
| commit | becafcadcea919b84029338983a453d06ef210a1 (patch) | |
| tree | fb246528e288ad74f4bb007118dffe9d3b923dac /arch/x86_64/include | |
| parent | 295f1bc9a29267b72504fffb582a08c2467b1a7f (diff) | |
| parent | c2d22838c0500970f275069f19d2a0bd2a016d1b (diff) | |
| download | teachos-becafcadcea919b84029338983a453d06ef210a1.tar.xz teachos-becafcadcea919b84029338983a453d06ef210a1.zip | |
Merge branch 'feat_inital_context_switching' of ssh://gitlab.ost.ch:45022/teachos/kernel into feat_inital_context_switching
Diffstat (limited to 'arch/x86_64/include')
| -rw-r--r-- | arch/x86_64/include/arch/memory/heap/linked_list_allocator.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86_64/include/arch/memory/heap/linked_list_allocator.hpp b/arch/x86_64/include/arch/memory/heap/linked_list_allocator.hpp index da3c8ff..377533c 100644 --- a/arch/x86_64/include/arch/memory/heap/linked_list_allocator.hpp +++ b/arch/x86_64/include/arch/memory/heap/linked_list_allocator.hpp @@ -116,9 +116,6 @@ namespace teachos::arch::memory::heap memory_block * first; ///< First free entry in our memory. stl::mutex mutex; ///< Mutex to ensure only one thread calls allocate or deallocate at once. }; - - extern linked_list_allocator kernel_heap; - } // namespace teachos::arch::memory::heap #endif // TEACHOS_ARCH_X86_64_MEMORY_HEAP_LINKED_LIST_ALLOCATOR_HPP |
