diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2016-02-25 05:52:58 -0500 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-02-25 05:52:58 -0500 |
commit | 2527083cb831024d22a03f68f54f6a46ecf5bf6c (patch) | |
tree | 41de92d988a4deccb2d5087a964a51682f155e99 /mm | |
parent | a4c3f909b4d9bb9430bf42ad583661df6dfa86c6 (diff) | |
parent | 9ab3ac233a8b4ffcc27c8475b83dee49fc46bc76 (diff) |
Merge tag 'powerpc-4.5-4' into next
Pull in our current fixes from 4.5, in particular the "Fix Multi hit
ERAT" bug is causing folks some grief when testing next.
Diffstat (limited to 'mm')
-rw-r--r-- | mm/huge_memory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/huge_memory.c b/mm/huge_memory.c index 08fc0ba2207e..aea8f7a42df9 100644 --- a/mm/huge_memory.c +++ b/mm/huge_memory.c | |||
@@ -2860,6 +2860,7 @@ static void __split_huge_pmd_locked(struct vm_area_struct *vma, pmd_t *pmd, | |||
2860 | young = pmd_young(*pmd); | 2860 | young = pmd_young(*pmd); |
2861 | dirty = pmd_dirty(*pmd); | 2861 | dirty = pmd_dirty(*pmd); |
2862 | 2862 | ||
2863 | pmdp_huge_split_prepare(vma, haddr, pmd); | ||
2863 | pgtable = pgtable_trans_huge_withdraw(mm, pmd); | 2864 | pgtable = pgtable_trans_huge_withdraw(mm, pmd); |
2864 | pmd_populate(mm, &_pmd, pgtable); | 2865 | pmd_populate(mm, &_pmd, pgtable); |
2865 | 2866 | ||