freebsd-skq/sys/i386/xen
Alan Cox 9124d0d6a3 Relax one of the new assertions in pmap_enter() a little. Specifically,
allow pmap_enter() to be performed on an unmanaged page that doesn't have
VPO_BUSY set.  Having VPO_BUSY set really only matters for managed pages.
(See, for example, pmap_remove_write().)
2010-06-11 15:49:39 +00:00
..
clock.c Introduce the new kernel sub-tree x86 which should contain all the code 2010-02-25 14:13:39 +00:00
exception.s
locore.s
mp_machdep.c Make NKPT a kernel option on i386 so that it can be set to a non-default 2010-03-10 19:50:52 +00:00
mptable.c
pmap.c Relax one of the new assertions in pmap_enter() a little. Specifically, 2010-06-11 15:49:39 +00:00
xen_clock_util.c
xen_machdep.c - fix bootstrap for variable KVA_PAGES 2010-02-21 01:13:34 +00:00
xen_rtc.c