]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: introduce mm_find_pmd()
authorBob Liu <lliubbo@gmail.com>
Thu, 25 Oct 2012 01:14:49 +0000 (12:14 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 25 Oct 2012 03:14:37 +0000 (14:14 +1100)
commit0981230ec3206f98dcc58febfef9fd35b540d25a
tree905f46f215d8164db461581527f1fd6da4056450
parent08abbb8a4ce640492312d98dc7faf853409ecdfa
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