summaryrefslogtreecommitdiffstats
path: root/mm/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-06-26 08:27:24 -0400
committerJason Gunthorpe <jgg@mellanox.com>2019-07-02 13:32:45 -0400
commitb6b346a0665a8bf8b28fd851217c435a3eec4af9 (patch)
treed5f17f132a929939c5a73a0546b7bf217991cccc /mm/Kconfig
parent43535b0aefab29ea6564e608de4c783ed2ab6c49 (diff)
mm: don't select MIGRATE_VMA_HELPER from HMM_MIRROR
The migrate_vma helper is only used by noveau to migrate device private pages around. Other HMM_MIRROR users like amdgpu or infiniband don't need it. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Jason Gunthorpe <jgg@mellanox.com> Reviewed-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'mm/Kconfig')
-rw-r--r--mm/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/Kconfig b/mm/Kconfig
index 1e426c26b1d6..40cf0562412d 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -680,7 +680,6 @@ config HMM_MIRROR
680 depends on (X86_64 || PPC64) 680 depends on (X86_64 || PPC64)
681 depends on MMU && 64BIT 681 depends on MMU && 64BIT
682 select MMU_NOTIFIER 682 select MMU_NOTIFIER
683 select MIGRATE_VMA_HELPER
684 help 683 help
685 Select HMM_MIRROR if you want to mirror range of the CPU page table of a 684 Select HMM_MIRROR if you want to mirror range of the CPU page table of a
686 process into a device page table. Here, mirror means "keep synchronized". 685 process into a device page table. Here, mirror means "keep synchronized".