aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/mpspec_def.h
Commit message (Collapse)AuthorAgeFilesLines
* x86: mpparse and cstate need to use 32bit apic idKeir Fraser2010-12-151-1/+1
| | | | | | | | | | | | | | | | | Instead of going with mpc_config_processor struct. that field ony have 8 bits. We should not change that struct, because it is shared with mptable. Also need to increase MAX_APICS. Signed-off-by: Yinghai Lu <yinghai@kernel.org> Rather than using a fixed value of 512, make this scale with NR_CPUS (which obviously still doesn't cover all theoretically possible systems, but at least allows some build time control). Signed-off-by: Jan Beulich <jbeulich@novell.com>
* Fix x86/64 build for gcc-4.1-pre.kaf24@firebug.cl.cam.ac.uk2006-02-151-1/+1
| | | | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* bitkeeper revision 1.1389.10.1 (427fa2d3ZV92f_ErvLuIzWbV1f67QA)kaf24@firebug.cl.cam.ac.uk2005-05-091-0/+188
Phase 1 of upgrading platform code to be derived from Linux 2.6.11 rather than 2.4.x. Signed-off-by: Keir Fraser <keir@xensource.com>