| commit | efac41894df57d32b483ac622d03541b5b2692c0 | [log] [tgz] |
|---|---|---|
| author | Thomas Gleixner <tglx@linutronix.de> | Tue Jul 01 08:56:32 2008 +0200 |
| committer | Thomas Gleixner <tglx@linutronix.de> | Tue Jul 01 08:56:32 2008 +0200 |
| tree | 33ba959ec82bcde7011ea9002f8e28656f58a04d | |
| parent | 11dbc963a8f6128595d0f6ecf138dc369e144997 [diff] |
x86: fix NODES_SHIFT Kconfig range
commit 4323838215184f5a2f081e0d17b8d60731b03164
x86: change size of node ids from u8 to s16
set the range for NODES_SHIFT to 1..15.
The possible range is 1..9
Fixes Bugzilla #10726
Reported-by: Dave Jones <davej@codemonkey.org.uk>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>