aboutsummaryrefslogtreecommitdiffstats
path: root/src/smp.c
Commit message (Expand)AuthorAgeFilesLines
* Set MaxCountCPUs even if no APIC found.Kevin O'Connor2009-11-241-0/+2
* Initialize the LINT LVTs on the local APIC of the BSP.Kevin O'Connor2009-11-141-0/+10
* Remove cmos access from cpu detect loop to make it faster.Kevin O'Connor2009-11-091-4/+6
* Replace irq_enable() regions with explicit calls to check for irqs.Kevin O'Connor2009-10-241-1/+1
* Move read/write[bwl] from smp.c to util.h.Kevin O'Connor2009-10-121-30/+0
* Read max number of cpus from VM.Kevin O'Connor2009-10-081-1/+8
* Rename VAR16_32 to VAR16VISIBLE.Kevin O'Connor2009-09-091-3/+3
* Forward port bochs smp changes; rename smpdetect.c to smp.c.Kevin O'Connor2009-06-211-0/+146
* Revert "Commit missing files from last commit."Kevin O'Connor2008-03-081-308/+0
* Commit missing files from last commit.Kevin O'Connor2008-03-051-0/+308