X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=lib%2Fshow_mem.c;h=4407f8c9b1f71046d8b4aec0519734491b8bdd2a;hb=6d40bc5a7e8fc71795d131e835f38f161ed7e1b1;hp=90cbe4bb5960fc480eaf45273638159ac48d2aa7;hpb=d798f7f080805ad7e15fc37a43d8c6f91edb6dda;p=karo-tx-linux.git diff --git a/lib/show_mem.c b/lib/show_mem.c index 90cbe4bb5960..4407f8c9b1f7 100644 --- a/lib/show_mem.c +++ b/lib/show_mem.c @@ -16,7 +16,7 @@ void show_mem(unsigned int filter) nonshared = 0, highmem = 0; printk("Mem-Info:\n"); - __show_free_areas(filter); + show_free_areas(filter); for_each_online_pgdat(pgdat) { unsigned long i, flags;