From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751789Ab2KPLXZ (ORCPT ); Fri, 16 Nov 2012 06:23:25 -0500 Received: from cantor2.suse.de ([195.135.220.15]:33001 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751739Ab2KPLXU (ORCPT ); Fri, 16 Nov 2012 06:23:20 -0500 From: Mel Gorman 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 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> X-Mailer: git-send-email 1.7.9.2 In-Reply-To: <1353064973-26082-1-git-send-email-mgorman@suse.de> References: <1353064973-26082-1-git-send-email-mgorman@suse.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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