]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: move get_user_pages()-related code to separate file
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Thu, 22 May 2014 00:43:07 +0000 (10:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:43:07 +0000 (10:43 +1000)
commit56bc9abbabe1c03f935d25c0769a1fd1fbfae435
treedbaa6f9387dc6291dc4771c915b9f8f9cd67a135
parentc3214b8e59a517c8d4e258fed420189806048137
mm: move get_user_pages()-related code to separate file

mm/memory.c is overloaded: over 4k lines. get_user_pages() code is
pretty much self-contained let's move it to separate file.

No other changes made.

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/Makefile
mm/gup.c [new file with mode: 0644]
mm/internal.h
mm/memory.c