freebsd-dev/sys/i386/xen
Colin Percival f4c884f95a Make pmap_release match pmap_pinit by invoking pmap_qremove(pmap->pm_pdpt)
to match pmap_pinit's pmap_qenter(pmap->pm_pdpt) call in the case of PAE.
2010-11-18 21:29:43 +00:00
..
clock.c
exception.s
locore.s
mp_machdep.c Move <machine/apicreg.h> to <x86/apicreg.h>. 2010-11-01 18:18:46 +00:00
mptable.c Move the mptable.h under x86/include/. 2010-11-09 20:28:09 +00:00
pmap.c Make pmap_release match pmap_pinit by invoking pmap_qremove(pmap->pm_pdpt) 2010-11-18 21:29:43 +00:00
xen_clock_util.c
xen_machdep.c Improve the Xen para-virtualized device infrastructure of FreeBSD: 2010-10-19 20:53:30 +00:00
xen_rtc.c