Signed-off-by: Manish Kumar --- mm/show_mem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm/show_mem.c b/mm/show_mem.c index 0cf8bf5d832d..798949d10ce1 100644 --- a/mm/show_mem.c +++ b/mm/show_mem.c @@ -26,7 +26,7 @@ unsigned long totalcma_pages __read_mostly; static inline void show_node(struct zone *zone) { if (IS_ENABLED(CONFIG_NUMA)) - printk("Node %d ", zone_to_nid(zone)); + pr_info("Node %d ", zone_to_nid(zone)); } long si_mem_available(void) @@ -156,7 +156,7 @@ static void show_migration_types(unsigned char type) } *p = '\0'; - printk(KERN_CONT "(%s) ", tmp); + pr_cont("(%s) ", tmp); } static bool node_has_managed_zones(pg_data_t *pgdat, int max_zone_idx) -- 2.43.0