Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5596b26 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] Kconfig fix (m32r NUMA)



NUMA is broken on m32r; marked as such

Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 276bd31c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -269,7 +269,7 @@ config NR_CPUS
# Common NUMA Features
config NUMA
	bool "Numa Memory Allocation Support"
	depends on SMP
	depends on SMP && BROKEN
	default n

# turning this on wastes a bunch of space.