diff options
author | David S. Miller <davem@davemloft.net> | 2009-04-01 06:15:11 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-06-16 07:56:21 -0400 |
commit | a2094502dce23e9ace04d49702aa7a4d5996df55 (patch) | |
tree | b943af013397993c936a5c5015f2da16364e469a /arch/sparc/mm | |
parent | 890db403d59fbeaf273ed019d0b1862223d80a9a (diff) |
sparc64: Make mdesc_fill_in_cpu_data take a cpumask_t pointer.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/mm')
-rw-r--r-- | arch/sparc/mm/init_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/mm/init_64.c b/arch/sparc/mm/init_64.c index c589d6e65668..87fea94e5125 100644 --- a/arch/sparc/mm/init_64.c +++ b/arch/sparc/mm/init_64.c | |||
@@ -1810,7 +1810,7 @@ void __init paging_init(void) | |||
1810 | 1810 | ||
1811 | if (tlb_type == hypervisor) { | 1811 | if (tlb_type == hypervisor) { |
1812 | sun4v_mdesc_init(); | 1812 | sun4v_mdesc_init(); |
1813 | mdesc_fill_in_cpu_data(CPU_MASK_ALL); | 1813 | mdesc_fill_in_cpu_data(CPU_MASK_ALL_PTR); |
1814 | } | 1814 | } |
1815 | 1815 | ||
1816 | /* Once the OF device tree and MDESC have been setup, we know | 1816 | /* Once the OF device tree and MDESC have been setup, we know |