commit | a65d1d644c2b65bfb99e766e7160d764b8b2bfa4 | [log] [tgz] |
---|---|---|
author | Jack Steiner <steiner@sgi.com> | Fri Mar 28 14:12:08 2008 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 17 17:41:33 2008 +0200 |
tree | fe19c7b1d5fbb7089537d78383c2b89863c0377b | |
parent | ae261868658773538ddda829c50224e5851c2342 [diff] |
x86: increase size of APICID Increase the number of bits in an apicid from 8 to 32. By default, MP_processor_info() gets the APICID from the mpc_config_processor structure. However, this structure limits the size of APICID to 8 bits. This patch allows the caller of MP_processor_info() to optionally pass a larger APICID that will be used instead of the one in the mpc_config_processor struct. Signed-off-by: Jack Steiner <steiner@sgi.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>