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


Groups > linux.kernel > #1160420 > unrolled thread

Re: [RFC PATCH 01/12] mm: add a new config to manage the code

Started byLeon Romanovsky <leon@leon.nu>
First post2015-06-08 14:00 +0200
Last post2015-06-08 14:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [RFC PATCH 01/12] mm: add a new config to manage the code Leon Romanovsky <leon@leon.nu> - 2015-06-08 14:00 +0200

#1160420 — Re: [RFC PATCH 01/12] mm: add a new config to manage the code

FromLeon Romanovsky <leon@leon.nu>
Date2015-06-08 14:00 +0200
SubjectRe: [RFC PATCH 01/12] mm: add a new config to manage the code
Message-ID<pz3SG-64a-1@gated-at.bofh.it>
On Thu, Jun 4, 2015 at 3:56 PM, Xishi Qiu <qiuxishi@huawei.com> wrote:
> This patch introduces a new config called "CONFIG_ACPI_MIRROR_MEMORY", it is
> used to on/off the feature.
>
> Signed-off-by: Xishi Qiu <qiuxishi@huawei.com>
> ---
>  mm/Kconfig | 8 ++++++++
>  1 file changed, 8 insertions(+)
>
> diff --git a/mm/Kconfig b/mm/Kconfig
> index 390214d..4f2a726 100644
> --- a/mm/Kconfig
> +++ b/mm/Kconfig
> @@ -200,6 +200,14 @@ config MEMORY_HOTREMOVE
>         depends on MEMORY_HOTPLUG && ARCH_ENABLE_MEMORY_HOTREMOVE
>         depends on MIGRATION
>
> +config MEMORY_MIRROR
> +       bool "Address range mirroring support"
> +       depends on X86 && NUMA
> +       default y
Is it correct for the systems (NOT xeon) without memory support built in?

> +       help
> +         This feature depends on hardware and firmware support.
> +         ACPI or EFI records the mirror info.
> +
>  #
>  # If we have space for more page flags then we can enable additional
>  # optimizations and functionality.
> --
> 2.0.0
>
>
> --
> To unsubscribe, send a message with 'unsubscribe linux-mm' in
> the body to majordomo@kvack.org.  For more info on Linux MM,
> see: http://www.linux-mm.org/ .
> Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>



-- 
Leon Romanovsky | Independent Linux Consultant
        www.leon.nu | leon@leon.nu
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web