summaryrefslogtreecommitdiffstats
path: root/sys/netipx
diff options
context:
space:
mode:
authortmm <tmm@FreeBSD.org>2002-01-02 18:49:20 +0000
committertmm <tmm@FreeBSD.org>2002-01-02 18:49:20 +0000
commit81d2d644f4ecacc679b519b1d81aac7b7648ac46 (patch)
treeede4b5f3510aa0b31e91d799d06b9233fc002087 /sys/netipx
parent74053a381aecd25f92b2ac5493551e9d60b1d3bd (diff)
downloadFreeBSD-src-81d2d644f4ecacc679b519b1d81aac7b7648ac46.zip
FreeBSD-src-81d2d644f4ecacc679b519b1d81aac7b7648ac46.tar.gz
1. Implement an optimization for pmap_remove() and pmap_protect(): if a
substantial fraction of the number of entries of tte's in the tsb would need to be looked up, traverse the tsb instead. This is crucial in some places, e.g. when swapping out a process, where a certain pmap_remove() call would take very long time to complete without this. 2. Implement pmap_qenter_flags(), which will become used later 3. Reactivate the instruction cache flush done when mapping as executable. This is required e.g. when executing files via NFS, but is known to cause problems on UltraSPARC-IIe CPU's. If you have such a CPU, you will need to comment this call out for now. Submitted by: jake (3)
Diffstat (limited to 'sys/netipx')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud