Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64053
b: refs/heads/master
c: 2b02d13
h: refs/heads/master
i:
  64051: f2fe3ae
v: v3
  • Loading branch information
Ilpo Järvinen authored and Paul Mackerras committed Aug 17, 2007
1 parent 728bbda commit 0b36c69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2de69124e86682c3427adb4136e097854841e467
refs/heads/master: 2b02d13996fe28478e45605de9bd8bdca25718de
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/mm/hash_utils_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ void hash_preload(struct mm_struct *mm, unsigned long ea,

#ifdef CONFIG_PPC_MM_SLICES
/* 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;
#endif

Expand Down

0 comments on commit 0b36c69

Please sign in to comment.