mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 23:50:59 +07:00
[SPARC64]: Mark show_mem() printk's with KERN_INFO.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a94aa25306
commit
28256ca2e0
@ -421,12 +421,12 @@ void __kprobes flush_icache_range(unsigned long start, unsigned long end)
|
||||
|
||||
void show_mem(void)
|
||||
{
|
||||
printk("Mem-info:\n");
|
||||
printk(KERN_INFO "Mem-info:\n");
|
||||
show_free_areas();
|
||||
printk("Free swap: %6ldkB\n",
|
||||
printk(KERN_INFO "Free swap: %6ldkB\n",
|
||||
nr_swap_pages << (PAGE_SHIFT-10));
|
||||
printk("%ld pages of RAM\n", num_physpages);
|
||||
printk("%lu free pages\n", nr_free_pages());
|
||||
printk(KERN_INFO "%ld pages of RAM\n", num_physpages);
|
||||
printk(KERN_INFO "%lu free pages\n", nr_free_pages());
|
||||
}
|
||||
|
||||
void mmu_info(struct seq_file *m)
|
||||
|
Loading…
Reference in New Issue
Block a user