]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: introduce mm_find_pmd()
authorBob Liu <lliubbo@gmail.com>
Sat, 3 Nov 2012 00:42:13 +0000 (11:42 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 7 Nov 2012 04:15:07 +0000 (15:15 +1100)
commit63be15ed754f5ebcb5e2bc79311ae582954828ef
tree744a0cb069f11ae9d94815980ce1ac06167da7b7
parente313947b1f25182e94dc7cbeb263cd92e26805af
mm: introduce mm_find_pmd()

Several place need to find the pmd by(mm_struct, address), so introduce a
function to simplify it.

Signed-off-by: Bob Liu <lliubbo@gmail.com>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Cc: Michal Hocko <mhocko@suse.cz>
Cc: Minchan Kim <minchan.kim@gmail.com>
Cc: Ni zhan Chen <nizhan.chen@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/huge_memory.c
mm/internal.h
mm/ksm.c
mm/migrate.c
mm/rmap.c