sparc64: Make mdesc_fill_in_cpu_data take a cpumask_t pointer.
authorDavid S. Miller <davem@davemloft.net>
Wed, 1 Apr 2009 10:15:11 +0000 (03:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Jun 2009 11:56:21 +0000 (04:56 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/mdesc.h
arch/sparc/kernel/ds.c
arch/sparc/kernel/mdesc.c
arch/sparc/mm/init_64.c

index 8f8a520d14b93715e4f093976dfd09a721652f68..9faa046713fbaf3f6491a4dc3afca964849d9912 100644 (file)
@@ -71,7 +71,7 @@ struct mdesc_notifier_client {
 
 extern void mdesc_register_notifier(struct mdesc_notifier_client *client);
 
-extern void mdesc_fill_in_cpu_data(cpumask_t mask);
+extern void mdesc_fill_in_cpu_data(cpumask_t *mask);
 extern void mdesc_populate_present_mask(cpumask_t *mask);
 
 extern void sun4v_mdesc_init(void);
index 90350f838f05efa92a9739d4e4a03079f5f0ae55..51b05c49887714dcf31a7f0c1c2fa1a70f6dd7f7 100644 (file)
@@ -544,7 +544,7 @@ static int __cpuinit dr_cpu_configure(struct ds_info *dp,
                             resp_len, ncpus, mask,
                             DR_CPU_STAT_CONFIGURED);
 
-       mdesc_fill_in_cpu_data(*mask);
+       mdesc_fill_in_cpu_data(mask);
 
        for_each_cpu_mask(cpu, *mask) {
                int err;
index 602cbb70dd51b946291e040ab226d67e9352df5c..6d2015e0e5744d78ee01f0927be0d260da63e784 100644 (file)
@@ -857,12 +857,12 @@ static void * __cpuinit fill_in_one_cpu(struct mdesc_handle *hp, u64 mp, int cpu
        return NULL;
 }
 
-void __cpuinit mdesc_fill_in_cpu_data(cpumask_t mask)
+void __cpuinit mdesc_fill_in_cpu_data(cpumask_t *mask)
 {
        struct mdesc_handle *hp;
 
-       mdesc_populate_present_mask(&mask);
-       mdesc_iterate_over_cpus(fill_in_one_cpu, NULL, &mask);
+       mdesc_populate_present_mask(mask);
+       mdesc_iterate_over_cpus(fill_in_one_cpu, NULL, mask);
 
 #ifdef CONFIG_SMP
        sparc64_multi_core = 1;
index c589d6e6566835355ea2a48cbfa8a572d21d1403..87fea94e5125c93b138eabcd61039d7111a7c808 100644 (file)
@@ -1810,7 +1810,7 @@ void __init paging_init(void)
 
        if (tlb_type == hypervisor) {
                sun4v_mdesc_init();
-               mdesc_fill_in_cpu_data(CPU_MASK_ALL);
+               mdesc_fill_in_cpu_data(CPU_MASK_ALL_PTR);
        }
 
        /* Once the OF device tree and MDESC have been setup, we know