]> git.baikalelectronics.ru Git - kernel.git/commit
mm: remove CONFIG_MIGRATE_VMA_HELPER
authorChristoph Hellwig <hch@lst.de>
Wed, 14 Aug 2019 07:59:28 +0000 (09:59 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 20 Aug 2019 12:35:03 +0000 (09:35 -0300)
commit0264174d6ce377ee319913baec63db5e6c3fdc32
treecaa82e286680cb3c071aed55bd168dcfb28dcaaa
parent4a5d0980731fccbc296f0eb8841f8864035c2d1d
mm: remove CONFIG_MIGRATE_VMA_HELPER

CONFIG_MIGRATE_VMA_HELPER guards helpers that are required for proper
devic private memory support.  Remove the option and just check for
CONFIG_DEVICE_PRIVATE instead.

Link: https://lore.kernel.org/r/20190814075928.23766-11-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jason Gunthorpe <jgg@mellanox.com>
Tested-by: Ralph Campbell <rcampbell@nvidia.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/gpu/drm/nouveau/Kconfig
mm/Kconfig
mm/migrate.c