commit | a2094502dce23e9ace04d49702aa7a4d5996df55 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Apr 01 03:15:11 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 16 04:56:21 2009 -0700 |
tree | b943af013397993c936a5c5015f2da16364e469a | |
parent | 890db403d59fbeaf273ed019d0b1862223d80a9a [diff] [blame] |
sparc64: Make mdesc_fill_in_cpu_data take a cpumask_t pointer. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/arch/sparc/mm/init_64.c b/arch/sparc/mm/init_64.c index c589d6e..87fea94 100644 --- a/arch/sparc/mm/init_64.c +++ b/arch/sparc/mm/init_64.c
@@ -1810,7 +1810,7 @@ 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