Re: [PATCH 5/6] mm, x86: Add ARCH_HAS_ZONE_DEVICE

2017-05-23 Thread Balbir Singh
On Tue, May 23, 2017 at 2:05 PM, Oliver O'Halloran wrote: > Currently ZONE_DEVICE depends on X86_64. This is fine for now, but it > will get unwieldly as new platforms get ZONE_DEVICE support. Moving it > to an arch selected Kconfig option to save us some trouble in the >

Re: [PATCH 5/6] mm, x86: Add ARCH_HAS_ZONE_DEVICE

2017-05-23 Thread Ingo Molnar
* Oliver O'Halloran wrote: > Currently ZONE_DEVICE depends on X86_64. This is fine for now, but it > will get unwieldly as new platforms get ZONE_DEVICE support. Moving it > to an arch selected Kconfig option to save us some trouble in the > future. > > Cc: x...@kernel.org >

[PATCH 5/6] mm, x86: Add ARCH_HAS_ZONE_DEVICE

2017-05-22 Thread Oliver O'Halloran
Currently ZONE_DEVICE depends on X86_64. This is fine for now, but it will get unwieldly as new platforms get ZONE_DEVICE support. Moving it to an arch selected Kconfig option to save us some trouble in the future. Cc: x...@kernel.org Signed-off-by: Oliver O'Halloran ---