Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1498839

Re: [PATCH v4 4/5] mm: make processing of movable_node arch-specific

From Balbir Singh <bsingharora@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH v4 4/5] mm: make processing of movable_node arch-specific
Date 2016-10-11 14:50 +0200
Message-ID <sr4Fj-6Lx-17@gated-at.bofh.it> (permalink)
References <splKh-4z5-5@gated-at.bofh.it> <splKi-4z5-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw



On 07/10/16 05:36, Reza Arbab wrote:
> Currently, CONFIG_MOVABLE_NODE depends on X86_64. In preparation to
> enable it for other arches, we need to factor a detail which is unique
> to x86 out of the generic mm code.
> 
> Specifically, as documented in kernel-parameters.txt, the use of
> "movable_node" should remain restricted to x86:
> 
> movable_node    [KNL,X86] Boot-time switch to enable the effects
>                 of CONFIG_MOVABLE_NODE=y. See mm/Kconfig for details.
> 
> This option tells x86 to find movable nodes identified by the ACPI SRAT.
> On other arches, it would have no benefit, only the undesired side
> effect of setting bottom-up memblock allocation.
> 
> Since #ifdef CONFIG_MOVABLE_NODE will no longer be enough to restrict
> this option to x86, move it to an arch-specific compilation unit
> instead.
> 
> Signed-off-by: Reza Arbab <arbab@linux.vnet.ibm.com>

Acked-by: Balbir Singh <bsingharora@gmail.com>

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v4 4/5] mm: make processing of movable_node arch-specific Reza Arbab <arbab@linux.vnet.ibm.com> - 2016-10-06 20:40 +0200
  Re: [PATCH v4 4/5] mm: make processing of movable_node arch-specific "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> - 2016-10-07 08:40 +0200
  Re: [PATCH v4 4/5] mm: make processing of movable_node arch-specific Balbir Singh <bsingharora@gmail.com> - 2016-10-11 14:50 +0200

csiph-web