diff options
Diffstat (limited to 'arch/sparc/mm/init_64.c')
-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 |