From: Jack Steiner Date: Fri, 28 Mar 2008 19:12:08 +0000 (-0500) Subject: x86: increase size of APICID X-Git-Tag: v2.6.26-rc1~1154^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a65d1d644c2b65bfb99e766e7160d764b8b2bfa4;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed