From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx182.postini.com [74.125.245.182]) by kanga.kvack.org (Postfix) with SMTP id 479706B008C for ; Fri, 16 Nov 2012 06:23:21 -0500 (EST) From: Mel Gorman Subject: [PATCH 17/43] sched, mm, x86: Add the ARCH_SUPPORTS_NUMA_BALANCING flag Date: Fri, 16 Nov 2012 11:22:27 +0000 Message-Id: <1353064973-26082-18-git-send-email-mgorman@suse.de> In-Reply-To: <1353064973-26082-1-git-send-email-mgorman@suse.de> References: <1353064973-26082-1-git-send-email-mgorman@suse.de> Sender: owner-linux-mm@kvack.org List-ID: To: Peter Zijlstra , Andrea Arcangeli , Ingo Molnar Cc: Rik van Riel , Johannes Weiner , Hugh Dickins , Thomas Gleixner , Linus Torvalds , Andrew Morton , Linux-MM , LKML , Mel Gorman From: Ingo Molnar Allow architectures to opt-in to the adaptive affinity NUMA balancing code. Cc: Peter Zijlstra Cc: Linus Torvalds Cc: Andrew Morton Cc: Peter Zijlstra Cc: Andrea Arcangeli Cc: Rik van Riel Cc: Mel Gorman Signed-off-by: Ingo Molnar --- init/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/init/Kconfig b/init/Kconfig index 6fdd6e3..17434ca 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -696,6 +696,13 @@ config LOG_BUF_SHIFT config HAVE_UNSTABLE_SCHED_CLOCK bool +# +# For architectures that want to enable the PROT_NUMA driven, +# NUMA-affine scheduler balancing logic: +# +config ARCH_SUPPORTS_NUMA_BALANCING + bool + menuconfig CGROUPS boolean "Control Group support" depends on EVENTFD -- 1.7.9.2 -- 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: email@kvack.org