summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2001-11-30 10:07:54 +0000
committerdfr <dfr@FreeBSD.org>2001-11-30 10:07:54 +0000
commitdedc5f403f182feca669fb72974226b658f334af (patch)
tree8476f4dd8b45f627d3c80376a0e53581b1415ce3 /sys/netinet
parentb75f309317d943a57fb212f17a1ddef6c8fd9291 (diff)
downloadFreeBSD-src-dedc5f403f182feca669fb72974226b658f334af.zip
FreeBSD-src-dedc5f403f182feca669fb72974226b658f334af.tar.gz
* Don't use critical_enter/critical_exit when accessing the VHPT - its
pointless and would be inadequate for SMP systems. We will rely on the VM system's locks to serialise this for now. * Change pmap_remove() so that if the range being removed is larger than the number of pages mapped by the pmap, we iterate over the currently mapped pages instead of over the virtual address range. This should make a difference when removing large virtual address ranges from an address space.
Diffstat (limited to 'sys/netinet')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud