freebsd-src/sys/i386/xen
Alan Cox bab30462fb Eliminate an unnecessary acquisition and release of the page queues lock
from pmap_pte().  PT_SET_MA() is not a queued mapping update, but instead
an immediate mapping update, so the page queues lock is not required here.

Reviewed by:	cperciva
2012-08-10 05:47:04 +00:00
..
clock.c
exception.s
locore.s
mp_machdep.c The size passed to kmem functions should be in terms of bytes and not 2011-12-20 20:29:45 +00:00
mptable.c Don't include mptable_pci.c in Xen kernels. It is only meant for systems 2011-07-17 01:23:50 +00:00
pmap.c Eliminate an unnecessary acquisition and release of the page queues lock 2012-08-10 05:47:04 +00:00
xen_clock_util.c
xen_machdep.c
xen_rtc.c