Re: [PATCH v7 7/8] x86/Kconfig: Introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE

2021-04-08 Thread David Hildenbrand
On 08.04.21 15:36, Christoph Hellwig wrote: On Thu, Apr 08, 2021 at 02:18:03PM +0200, Oscar Salvador wrote: Enable x86_64 platform to use the MHP_MEMMAP_ON_MEMORY feature. +config ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE + def_bool y This needs to go into a common file, with the architectures ju

Re: [PATCH v7 7/8] x86/Kconfig: Introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE

2021-04-08 Thread Christoph Hellwig
On Thu, Apr 08, 2021 at 02:18:03PM +0200, Oscar Salvador wrote: > Enable x86_64 platform to use the MHP_MEMMAP_ON_MEMORY feature. > +config ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE > + def_bool y This needs to go into a common file, with the architectures just selecting the symbol.

[PATCH v7 7/8] x86/Kconfig: Introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE

2021-04-08 Thread Oscar Salvador
Enable x86_64 platform to use the MHP_MEMMAP_ON_MEMORY feature. Signed-off-by: Oscar Salvador Reviewed-by: David Hildenbrand --- arch/x86/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 2792879d398e..9f0211df1746 100644 --- a/arch/x86/Kco