diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-05-25 21:36:14 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-05-25 21:36:14 +0530 |
commit | 1c71ed2dee37bb3c11e65832ce4577aed50d9c84 (patch) | |
tree | b935c23bd522c972f9bc2d367d95d1cd97994631 | |
parent | 0e9c75160a842ba0883f04710340d3363bcf0aa5 (diff) |
mm: physical: remove old log
-rw-r--r-- | kernel/mm/physical_mm/physical_mm.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/mm/physical_mm/physical_mm.cc b/kernel/mm/physical_mm/physical_mm.cc index 12e2bed..b270d6b 100644 --- a/kernel/mm/physical_mm/physical_mm.cc +++ b/kernel/mm/physical_mm/physical_mm.cc @@ -45,7 +45,6 @@ Spinlock l_lock; ALWAYS_INLINE static void log_memory_map(free_memory_regions_t *free_memory_regions) { - printk("\nphysical_mm", "memory_map is at 0x%x", l_memory_map); printk("\nphysical_mm", "Free Memory Regions:"); for (int i = 0; i < free_memory_regions->n_regions; i++) printk("physical_mm", |