Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax
[sfrench/cifs-2.6.git] / lib / show_mem.c
index 1feed6a2b12ae6abe2750b18adfa0d4c34327b96..0beaa1d899aae5b962410b4ca1b708181fb6cb32 100644 (file)
@@ -9,13 +9,13 @@
 #include <linux/quicklist.h>
 #include <linux/cma.h>
 
-void show_mem(unsigned int filter)
+void show_mem(unsigned int filter, nodemask_t *nodemask)
 {
        pg_data_t *pgdat;
        unsigned long total = 0, reserved = 0, highmem = 0;
 
        printk("Mem-Info:\n");
-       show_free_areas(filter);
+       show_free_areas(filter, nodemask);
 
        for_each_online_pgdat(pgdat) {
                unsigned long flags;