ioapic_abi: More consistent function name w/ legacy interrupt
[dragonfly.git] / sys / platform / pc64 / x86_64 / mptable.c
2012-01-12 Sepherosa Ziehauioapic_abi: More consistent function name w/ legacy...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-08-31 Sepherosa Ziehauintr/x86_64: Define ISA_IRQ_CNT; use it consistently...
2011-06-08 Sepherosa Ziehaux86_64/mptable: Always dump MPTABLE PCI interrupt routi...
2011-06-08 Sepherosa Ziehaux86_64/lapic: lapic_map() should take vm_paddr_t instea...
2011-06-01 Sascha Wildnerkernel: Use cpu_vendor_id instead of strcmp(cpu_vendor...
2011-05-27 Sepherosa Ziehaux86_64: Move mp_naps from mp_machdep.c to machdep.c
2011-05-25 Sepherosa Ziehaux86_64: Move imcr_present from mp_machdep.c to machdep.c
2011-05-25 Sepherosa Ziehaux86_64: Split out machine/mptable.h from machine/smp.h
2011-05-15 Sepherosa Ziehaux86_64: Fix AP count after LAPIC enumeration
2011-05-14 Sepherosa Ziehaux86_64: Cleanup APIC ID to CPU ID mapping macros
2011-05-14 Sepherosa Ziehaux86_64: Move mp_set_cpuids() from mp_machdep.c to lapic.c
2011-05-04 Sepherosa Ziehaux86_64: Split out mptable.c from mp_machdep.c