diff options
| author | John Dyson <dyson@FreeBSD.org> | 1998-05-01 02:25:29 +0000 |
|---|---|---|
| committer | John Dyson <dyson@FreeBSD.org> | 1998-05-01 02:25:29 +0000 |
| commit | e493d28abce7acdb70490ccfa036946bfc3adbe9 (patch) | |
| tree | 4cad86a7be5f9d957690d6df9c8fe01a54bca3a9 /sys/vm | |
| parent | e79dc52bbfc726f87a425016c0c2cfaf846dd3cc (diff) | |
Notes
Diffstat (limited to 'sys/vm')
| -rw-r--r-- | sys/vm/vm_map.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index e7012ad526267..f908e15ca06f1 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_map.c,v 1.120 1998/04/29 04:28:04 dyson Exp $ + * $Id: vm_map.c,v 1.121 1998/04/29 06:59:08 dyson Exp $ */ /* @@ -1969,6 +1969,7 @@ vm_map_split(entry) m->flags |= PG_BUSY; vm_page_protect(m, VM_PROT_NONE); vm_page_rename(m, new_object, idx); + m->dirty = VM_PAGE_BITS_ALL; PAGE_WAKEUP(m); } |
