1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00

Eliminate a comment that became stale after revision 1.547.

This commit is contained in:
Alan Cox 2006-06-25 22:15:02 +00:00
parent d644a0b78a
commit 031bf5ea1e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159933

View File

@ -2733,11 +2733,6 @@ pmap_copy(pmap_t dst_pmap, pmap_t src_pmap, vm_offset_t dst_addr, vm_size_t len,
* we only virtual copy managed pages
*/
if ((ptetemp & PG_MANAGED) != 0) {
/*
* We have to check after allocpte for the
* pte still being around... allocpte can
* block.
*/
dstmpte = pmap_allocpte(dst_pmap, addr,
M_NOWAIT);
if (dstmpte == NULL)