arches: drop superfluous casts in nr_free_pages() callers
[deliverable/linux.git] / arch / microblaze / mm / init.c
index f207f1a94dbcd0d627ca8ab94668dbf791fef847..1110784eb3f772b28efce57d8ea21ca79e2e9180 100644 (file)
@@ -204,7 +204,7 @@ void __init mem_init(void)
        totalram_pages += free_all_bootmem();
 
        printk(KERN_INFO "Memory: %luk/%luk available\n",
-              (unsigned long) nr_free_pages() << (PAGE_SHIFT-10),
+              nr_free_pages() << (PAGE_SHIFT-10),
               num_physpages << (PAGE_SHIFT-10));
 #ifdef CONFIG_MMU
        mem_init_done = 1;
This page took 0.026644 seconds and 5 git commands to generate.