freebsd-dev/sys/i386/xen
Colin Percival ad520892d7 Make pmap_release consistent with pmap_pinit with respect to unpinning
pages.  The pinning of NPGPTD pages is #if 0ed out in pmap_pinit (I'm
not quite sure why...) and this commit adds a corresponding #if 0 in
pmap_release to avoid unpinning those pages.

Some versions of Xen seem to silently ignore requests to unpin pages
which were never pinned in the first place, but some return an error
(causing FreeBSD to panic) prior to this commit.
2010-11-19 15:12:19 +00:00
..
clock.c
exception.s
locore.s
mp_machdep.c
mptable.c Move the mptable.h under x86/include/. 2010-11-09 20:28:09 +00:00
pmap.c Make pmap_release consistent with pmap_pinit with respect to unpinning 2010-11-19 15:12:19 +00:00
xen_clock_util.c
xen_machdep.c
xen_rtc.c