diff options
author | Christoph Hellwig <hch@lst.de> | 2019-08-03 06:49:26 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-08-03 16:02:01 +0200 |
commit | 14c5cebad510c2875ca525f36605b47058769670 (patch) | |
tree | 946421867bc7a5728e11e54f80f1b7d5ba1cbdc7 /mm/memremap.c | |
parent | lib/test_meminit.c: use GFP_ATOMIC in RCU critical section (diff) | |
download | linux-14c5cebad510c2875ca525f36605b47058769670.tar.xz linux-14c5cebad510c2875ca525f36605b47058769670.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | mm/memremap.c (renamed from kernel/memremap.c) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/kernel/memremap.c b/mm/memremap.c index 6ee03a816d67..6ee03a816d67 100644 --- a/kernel/memremap.c +++ b/mm/memremap.c |