]> 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, 1 Nov 2012 04:24:04 +0000 (15:24 +1100)
commita91c77b295b20124001ec70e7d24f276643d97e9
treef7d21c45902e609327606b7953c4d125bb68ae92
parentc6f2b461b220ba94cbd79bfaaa17240bd505b4c7
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