aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/mm/mem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/mem.c b/arch/powerpc/mm/mem.c
index 3fa93dc7fe75..9c25feba7c40 100644
--- a/arch/powerpc/mm/mem.c
+++ b/arch/powerpc/mm/mem.c
@@ -507,7 +507,7 @@ void update_mmu_cache(struct vm_area_struct *vma, unsigned long address,
507 * System memory should not be in /proc/iomem but various tools expect it 507 * System memory should not be in /proc/iomem but various tools expect it
508 * (eg kdump). 508 * (eg kdump).
509 */ 509 */
510static int add_system_ram_resources(void) 510static int __init add_system_ram_resources(void)
511{ 511{
512 struct memblock_region *reg; 512 struct memblock_region *reg;
513 513