]> asedeno.scripts.mit.edu Git - linux.git/commit
arch, ia64: Make NUMA select SMP
authorMatt Fleming <matt@codeblueprint.co.uk>
Thu, 8 Aug 2019 19:53:00 +0000 (20:53 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 3 Sep 2019 07:17:36 +0000 (09:17 +0200)
commita2cbfd46559e809c8165773b7fe8afa058b35414
treef1e0ddb3b8f0f91106c90f2ec4acf2c21c007ef3
parentbb87481612c4a87d0d9ce8bcb3b9e8ce0ff89a71
arch, ia64: Make NUMA select SMP

While it does make sense to allow CONFIG_NUMA and !CONFIG_SMP in
theory, it doesn't make much sense in practice.

Follow other architectures and make CONFIG_NUMA select CONFIG_SMP.

The motivation for this patch is to allow a new NUMA variable to be
initialised in kernel/sched/topology.c.

Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mel Gorman <mgorman@techsingularity.net>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Rik van Riel <riel@surriel.com>
Cc: Suravee.Suthikulpanit@amd.com
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Thomas.Lendacky@amd.com
Cc: Tony Luck <tony.luck@intel.com>
Link: https://lkml.kernel.org/r/20190808195301.13222-2-matt@codeblueprint.co.uk
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/ia64/Kconfig