diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-08-23 22:44:50 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-23 18:43:39 -0700 |
commit | 6df7c994a0090bf1e9604d690cde8e76b2618e4a (patch) | |
tree | 2309d142ab9b80c64172d3cad43bb2420086d9d2 /arch | |
parent | 81065e2f415af6c028eac13f481fb9e60a0b487b (diff) | |
download | linux-3.10-6df7c994a0090bf1e9604d690cde8e76b2618e4a.tar.gz linux-3.10-6df7c994a0090bf1e9604d690cde8e76b2618e4a.tar.bz2 linux-3.10-6df7c994a0090bf1e9604d690cde8e76b2618e4a.zip |
[PATCH] Kconfig fix (alpha NUMA)
NUMA is broken on alpha; marked as such
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/alpha/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index 083c5df42d3..189d5eababa 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig @@ -522,7 +522,7 @@ source "mm/Kconfig" config NUMA bool "NUMA Support (EXPERIMENTAL)" - depends on DISCONTIGMEM + depends on DISCONTIGMEM && BROKEN help Say Y to compile the kernel to support NUMA (Non-Uniform Memory Access). This option is for configuring high-end multiprocessor |