commit | ab9c0bb8a8c1d71dd303abdaa61ec496128e2fbe | [log] [tgz] |
---|---|---|
author | Jack Steiner <steiner@sgi.com> | Mon Jun 16 12:09:10 2008 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jul 08 12:23:29 2008 +0200 |
tree | 14b13f5a6db120debd610c1387d37c629bad9481 | |
parent | b6df1b8bc1250191cfee15627697111c1cbda53f [diff] |
x86: increase MAX_APICS for very large x86-64 configs Increase the maximum number of apics when running very large configurations. This patch has no affect on most systems. The patch has no effect on any 32-bit kernel. It adds ~4k to the size of 64-bit kernels but only if NR_CPUS > 255. Signed-off-by: Jack Steiner <steiner@sgi.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>