Commit 19ad9bf6 authored by Andrew Morton's avatar Andrew Morton Committed by Anton Blanchard

ppc64: fix warning in smp_prepare_cpus

parent 8f1f92e2
...@@ -563,8 +563,6 @@ static void __devinit smp_store_cpu_info(int id) ...@@ -563,8 +563,6 @@ static void __devinit smp_store_cpu_info(int id)
void __init smp_prepare_cpus(unsigned int max_cpus) void __init smp_prepare_cpus(unsigned int max_cpus)
{ {
int i;
/* Fixup boot cpu */ /* Fixup boot cpu */
smp_store_cpu_info(smp_processor_id()); smp_store_cpu_info(smp_processor_id());
cpu_callin_map[smp_processor_id()] = 1; cpu_callin_map[smp_processor_id()] = 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment