|
@@ -795,7 +795,7 @@ void hash_preload(struct mm_struct *mm, unsigned long ea,
|
|
|
|
|
|
#ifdef CONFIG_PPC_MM_SLICES
|
|
#ifdef CONFIG_PPC_MM_SLICES
|
|
/* We only prefault standard pages for now */
|
|
/* We only prefault standard pages for now */
|
|
- if (unlikely(get_slice_psize(mm, ea) != mm->context.user_psize));
|
|
|
|
|
|
+ if (unlikely(get_slice_psize(mm, ea) != mm->context.user_psize))
|
|
return;
|
|
return;
|
|
#endif
|
|
#endif
|
|
|
|
|