diff options
Diffstat (limited to 'arch/powerpc/mm/hash_utils_64.c')
-rw-r--r-- | arch/powerpc/mm/hash_utils_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/hash_utils_64.c b/arch/powerpc/mm/hash_utils_64.c index d5339a3b9945..f01027731e23 100644 --- a/arch/powerpc/mm/hash_utils_64.c +++ b/arch/powerpc/mm/hash_utils_64.c | |||
@@ -1322,7 +1322,7 @@ void flush_hash_range(unsigned long number, int local) | |||
1322 | else { | 1322 | else { |
1323 | int i; | 1323 | int i; |
1324 | struct ppc64_tlb_batch *batch = | 1324 | struct ppc64_tlb_batch *batch = |
1325 | &__get_cpu_var(ppc64_tlb_batch); | 1325 | this_cpu_ptr(&ppc64_tlb_batch); |
1326 | 1326 | ||
1327 | for (i = 0; i < number; i++) | 1327 | for (i = 0; i < number; i++) |
1328 | flush_hash_page(batch->vpn[i], batch->pte[i], | 1328 | flush_hash_page(batch->vpn[i], batch->pte[i], |