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

Commit 46d50c98 authored by Jan Beulich's avatar Jan Beulich Committed by Ingo Molnar
Browse files

x86, 32-bit: also limit NODES_HIGH_SHIFT here



Impact: configuration bug fix

Just like for x86-64, the range of widths valid for NODE_SHIFT is not
unbounded. The upper bound 64-bit uses is definitely also an upper
bound for 32-bit.

Signed-off-by: default avatarJan Beulich <jbeulich@novell.com>
LKML-Reference: <49B90F12.76E4.0078.0@novell.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent dd63fdcc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1123,7 +1123,7 @@ config NUMA_EMU


config NODES_SHIFT
config NODES_SHIFT
	int "Maximum NUMA Nodes (as a power of 2)" if !MAXSMP
	int "Maximum NUMA Nodes (as a power of 2)" if !MAXSMP
	range 1 9   if X86_64
	range 1 9
	default "9" if MAXSMP
	default "9" if MAXSMP
	default "6" if X86_64
	default "6" if X86_64
	default "4" if X86_NUMAQ
	default "4" if X86_NUMAQ