commit | 46d50c98d90cd7feaa5977a09c574063e5c99b3d | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@novell.com> | Thu Mar 12 12:33:06 2009 +0000 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Mar 13 02:37:17 2009 +0100 |
tree | bf8b7ead97f6a0ee35e30495fe86d10c284b5fc7 | |
parent | dd63fdcc63f0f853b116b52e56200a0e0227cf5f [diff] |
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: Jan Beulich <jbeulich@novell.com> LKML-Reference: <49B90F12.76E4.0078.0@novell.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>