]> git.baikalelectronics.ru Git - kernel.git/commit
x86: relax restrictions on setting CONFIG_NUMA on x86, #2
authorMel Gorman <mel@csn.ul.ie>
Wed, 30 Jan 2008 12:33:25 +0000 (13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:25 +0000 (13:33 +0100)
commit9d4de2756e957e5ec26891c97498f86afaabc02e
treecf857ff09c25edf386fb3dfba16a22054568be3b
parent98e0c60a81a8b8494258ef00160b3c1f83a836bc
x86: relax restrictions on setting CONFIG_NUMA on x86, #2

The FLATMEM memory model references a global mem_map and max_mapnr. This
is incompatible with how memory models used for NUMA view the world.
Builds fail if FLATMEM && NUMA are set on x86. This patch forbids that
combination of config items. This is consistent with x86_64
enforcements.

Signed-off-by: Mel Gorman <mel@csn.ul.ie>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/Kconfig