diff options
Diffstat (limited to 'arch/powerpc/mm/tlb_64.c')
-rw-r--r-- | arch/powerpc/mm/tlb_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/tlb_64.c b/arch/powerpc/mm/tlb_64.c index 509bc560159b..a01b5c608ff9 100644 --- a/arch/powerpc/mm/tlb_64.c +++ b/arch/powerpc/mm/tlb_64.c | |||
@@ -63,7 +63,7 @@ static void pgtable_free_now(pgtable_free_t pgf) | |||
63 | { | 63 | { |
64 | pte_freelist_forced_free++; | 64 | pte_freelist_forced_free++; |
65 | 65 | ||
66 | smp_call_function(pte_free_smp_sync, NULL, 0, 1); | 66 | smp_call_function(pte_free_smp_sync, NULL, 1); |
67 | 67 | ||
68 | pgtable_free(pgf); | 68 | pgtable_free(pgf); |
69 | } | 69 | } |