Commit
f20a6e309 removed a parameter from smp_prepare_cpus but only
the x86 parts were submitted and committed.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Release-acked-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
local_irq_enable();
local_abort_enable();
- smp_prepare_cpus(cpus);
+ smp_prepare_cpus();
initialize_keytable();
}
void __init
-smp_prepare_cpus (unsigned int max_cpus)
+smp_prepare_cpus(void)
{
cpumask_copy(&cpu_present_map, &cpu_possible_map);