Kernel: Convert klog() => dmesgln() in MemoryManager

This commit is contained in:
Andreas Kling 2021-03-09 22:44:04 +01:00
commit b007bc07b7
Notes: sideshowbarker 2024-07-18 21:33:19 +09:00
2 changed files with 4 additions and 13 deletions

View file

@ -105,8 +105,6 @@ struct PhysicalMemoryRange {
size_t length {};
};
const LogStream& operator<<(const LogStream& stream, const UsedMemoryRange& value);
#define MM Kernel::MemoryManager::the()
struct MemoryManagerData {