Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1666929
| From | Jerome Glisse <jglisse@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [HMM 07/15] mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory v3 |
| Date | 2017-06-15 19:50 +0200 |
| Message-ID | <tSH45-5q5-3@gated-at.bofh.it> (permalink) |
| References | <tKIgF-5fw-3@gated-at.bofh.it> <tKIgF-5fw-1@gated-at.bofh.it> <tStXc-5GC-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
> On 2017/5/25 1:20, Jérôme Glisse wrote: [...] > > diff --git a/mm/Kconfig b/mm/Kconfig > > index d744cff..f5357ff 100644 > > --- a/mm/Kconfig > > +++ b/mm/Kconfig > > @@ -736,6 +736,19 @@ config ZONE_DEVICE > > > > If FS_DAX is enabled, then say Y. > > > > +config DEVICE_PRIVATE > > + bool "Unaddressable device memory (GPU memory, ...)" > > + depends on X86_64 > > + depends on ZONE_DEVICE > > + depends on MEMORY_HOTPLUG > > + depends on MEMORY_HOTREMOVE > > + depends on SPARSEMEM_VMEMMAP > > + > maybe just depends on ARCH_HAS_HMM is enough. I have updated that as part of HMM CDM patchset.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [HMM 07/15] mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory v3 zhong jiang <zhongjiang@huawei.com> - 2017-06-15 05:50 +0200 Re: [HMM 07/15] mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory v3 Jerome Glisse <jglisse@redhat.com> - 2017-06-15 19:50 +0200
csiph-web