Re: [PATCH] mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_range

2016-02-09 Thread kbuild test robot
Hi Aneesh, [auto build test ERROR on v4.5-rc3] [also build test ERROR on next-20160209] [cannot apply to arc/for-next] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Aneesh-Kumar-K-V/mm-thp-mi

[PATCH] mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_range

2016-02-09 Thread Aneesh Kumar K.V
We remove one instace of flush_tlb_range here. That was added by f714f4f20e59ea6eea264a86b9a51fd51b88fc54 ("mm: numa: call MMU notifiers on THP migration"). But the pmdp_huge_clear_flush_notify should have done the require flush for us. Hence remove the extra flush. Signed-off-by: Aneesh Kumar K.V