]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - lib/show_mem.c
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>
[mirror_ubuntu-artful-kernel.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;