]> Git Repo - linux.git/commit - mm/gup.c
mm: move the powerpc hugepd code to mm/gup.c
authorChristoph Hellwig <[email protected]>
Fri, 12 Jul 2019 03:57:28 +0000 (20:57 -0700)
committerLinus Torvalds <[email protected]>
Fri, 12 Jul 2019 18:05:45 +0000 (11:05 -0700)
commitcbd34da7dc9afd521e0bea5e7d12701f4a9da7c7
tree01134464a578f6e5ec091a739b3671528eaf3d54
parent817be129e6f254e5bd8c17b1da834c8f612dca28
mm: move the powerpc hugepd code to mm/gup.c

While only powerpc supports the hugepd case, the code is pretty generic
and I'd like to keep all GUP internals in one place.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Christoph Hellwig <[email protected]>
Cc: Andrey Konovalov <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: David Miller <[email protected]>
Cc: James Hogan <[email protected]>
Cc: Jason Gunthorpe <[email protected]>
Cc: Khalid Aziz <[email protected]>
Cc: Michael Ellerman <[email protected]>
Cc: Nicholas Piggin <[email protected]>
Cc: Paul Burton <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: Rich Felker <[email protected]>
Cc: Yoshinori Sato <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/powerpc/Kconfig
arch/powerpc/mm/hugetlbpage.c
include/linux/hugetlb.h
mm/Kconfig
mm/gup.c
This page took 0.072264 seconds and 4 git commands to generate.