diff options
Diffstat (limited to 'arch/powerpc/mm/slice.c')
-rw-r--r-- | arch/powerpc/mm/slice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/slice.c b/arch/powerpc/mm/slice.c index 583be67ad938..db44e02e045b 100644 --- a/arch/powerpc/mm/slice.c +++ b/arch/powerpc/mm/slice.c | |||
@@ -556,7 +556,7 @@ unsigned long slice_get_unmapped_area(unsigned long addr, unsigned long len, | |||
556 | if (mask.low_slices || mask.high_slices) { | 556 | if (mask.low_slices || mask.high_slices) { |
557 | slice_convert(mm, mask, psize); | 557 | slice_convert(mm, mask, psize); |
558 | if (psize > MMU_PAGE_BASE) | 558 | if (psize > MMU_PAGE_BASE) |
559 | on_each_cpu(slice_flush_segments, mm, 0, 1); | 559 | on_each_cpu(slice_flush_segments, mm, 1); |
560 | } | 560 | } |
561 | return addr; | 561 | return addr; |
562 | 562 | ||