aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/mm/numa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c
index 6a252c468d68..7218e9d3a0bc 100644
--- a/arch/powerpc/mm/numa.c
+++ b/arch/powerpc/mm/numa.c
@@ -79,7 +79,7 @@ static void __init setup_node_to_cpumask_map(void)
79 dbg("Node to cpumask map for %d nodes\n", nr_node_ids); 79 dbg("Node to cpumask map for %d nodes\n", nr_node_ids);
80} 80}
81 81
82static int __cpuinit fake_numa_create_new_node(unsigned long end_pfn, 82static int __init fake_numa_create_new_node(unsigned long end_pfn,
83 unsigned int *nid) 83 unsigned int *nid)
84{ 84{
85 unsigned long long mem; 85 unsigned long long mem;