summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/mpboot.S
Commit message (Expand)AuthorAgeFilesLines
* Remove the leading underscore from all symbols defined in x86 asmjake2001-02-251-26/+26
* Use _lapic+offset to access the local apic from assembly languagejake2000-12-141-3/+3
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-35/+1
* Add workaround for livelock problem when starting APs.tegge2000-08-071-0/+4
* - Remove unnecessary 'data32' and 'addr32' prefixes and #define's.jhb2000-05-271-10/+1
* Reintroduce a workaround for a gas bug (misassembled lgdt instruction)tegge2000-05-251-13/+7
* Remove a workaround for a gas bug. It couldn't assemble a certainpeter2000-01-291-3/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Unifdef VM86.jlemon1999-06-011-5/+1
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-3/+3
* Let BSP wait until all APs are initialized.tegge1999-04-101-1/+19
* PC-98 doesn't have CMOS ram.kato1998-10-101-2/+2
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,tegge1998-09-061-1/+7
* Convert the VM86 option from a global option to an option only dependedpeter1997-10-101-1/+3
* Turn on CR4_VME on the AP's the same as the BSP. Note that we do notpeter1997-09-221-1/+13
* Clean up the SMP AP bootstrap and eliminate the wretched idle procs.peter1997-08-261-41/+10
* s/.align/.p2align/ so that we get the same results when building elfpeter1997-08-251-3/+3
* Preliminary support for per-cpu data pages.peter1997-06-221-6/+5
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-0/+317
OpenPOWER on IntegriCloud