View | Details | Raw Unified | Return to bug 228533
Collapse All | Expand All

(-)b/sys/vm/vm_fault.c (-1 / +1 lines)
Lines 1669-1675 vm_fault_copy_entry(vm_map_t dst_map, vm_map_t src_map, Link Here
1669
	 * range, copying each page from the source object to the
1669
	 * range, copying each page from the source object to the
1670
	 * destination object.  Since the source is wired, those pages
1670
	 * destination object.  Since the source is wired, those pages
1671
	 * must exist.  In contrast, the destination is pageable.
1671
	 * must exist.  In contrast, the destination is pageable.
1672
	 * Since the destination object does share any backing storage
1672
	 * Since the destination object doesn't share any backing storage
1673
	 * with the source object, all of its pages must be dirtied,
1673
	 * with the source object, all of its pages must be dirtied,
1674
	 * regardless of whether they can be written.
1674
	 * regardless of whether they can be written.
1675
	 */
1675
	 */

Return to bug 228533