summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2013-03-27 15:39:56 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2013-03-28 15:42:17 +1100
commit24b615d3a34c4560b87d511fa76589f8bac8aec5 (patch)
tree5676e997c048b1460e547c8f1b24723a69d86397
parentc2940b555e89c5aff319c6689dfb794e6ef1d11a (diff)
powerpc/mm/numa: use setup_nr_node_ids() fix
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-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 7574ae334a3b..b8020dc7b71e 100644
--- a/arch/powerpc/mm/numa.c
+++ b/arch/powerpc/mm/numa.c
@@ -66,7 +66,7 @@ static void __init setup_node_to_cpumask_map(void)
/* setup nr_node_ids if not done yet */
if (nr_node_ids == MAX_NUMNODES)
- setup_nr_node_ids()
+ setup_nr_node_ids();
/* allocate the map */
for (node = 0; node < nr_node_ids; node++)