1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:27:35 +00:00

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

This commit is contained in:
Andreas Kling 2021-03-09 22:44:04 +01:00
parent 232738fb7a
commit b007bc07b7
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 {