Searched hist:215525 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/i386/xen/
H A Dpmap.cdiff 215525 Fri Nov 19 13:15:20 MST 2010 cperciva 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.

Completed in 168 milliseconds