]> git.baikalelectronics.ru Git - kernel.git/commit
memremap: move from kernel/ to mm/
authorChristoph Hellwig <hch@lst.de>
Sat, 3 Aug 2019 04:49:26 +0000 (21:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 3 Aug 2019 14:02:01 +0000 (07:02 -0700)
commitea3eee4b44a1ad6facc23faa8e6196ee2dff2beb
tree946421867bc7a5728e11e54f80f1b7d5ba1cbdc7
parent9f67ca9b63788624409b57c2c7a215f659f55a9e
memremap: move from kernel/ to mm/

memremap.c implements MM functionality for ZONE_DEVICE, so it really
should be in the mm/ directory, not the kernel/ one.

Link: http://lkml.kernel.org/r/20190722094143.18387-1-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>
Acked-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/Makefile
kernel/memremap.c [deleted file]
mm/Makefile
mm/memremap.c [new file with mode: 0644]