diff options
Diffstat (limited to 'arch/sparc/kernel/mdesc.c')
-rw-r--r-- | arch/sparc/kernel/mdesc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/sparc/kernel/mdesc.c b/arch/sparc/kernel/mdesc.c index 602cbb70dd51..6d2015e0e574 100644 --- a/arch/sparc/kernel/mdesc.c +++ b/arch/sparc/kernel/mdesc.c | |||
@@ -857,12 +857,12 @@ static void * __cpuinit fill_in_one_cpu(struct mdesc_handle *hp, u64 mp, int cpu | |||
857 | return NULL; | 857 | return NULL; |
858 | } | 858 | } |
859 | 859 | ||
860 | void __cpuinit mdesc_fill_in_cpu_data(cpumask_t mask) | 860 | void __cpuinit mdesc_fill_in_cpu_data(cpumask_t *mask) |
861 | { | 861 | { |
862 | struct mdesc_handle *hp; | 862 | struct mdesc_handle *hp; |
863 | 863 | ||
864 | mdesc_populate_present_mask(&mask); | 864 | mdesc_populate_present_mask(mask); |
865 | mdesc_iterate_over_cpus(fill_in_one_cpu, NULL, &mask); | 865 | mdesc_iterate_over_cpus(fill_in_one_cpu, NULL, mask); |
866 | 866 | ||
867 | #ifdef CONFIG_SMP | 867 | #ifdef CONFIG_SMP |
868 | sparc64_multi_core = 1; | 868 | sparc64_multi_core = 1; |