diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-02-21 01:13:05 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-02-21 01:13:05 +0000 |
| commit | d9459480fb6a00c5a5e2ec36371cf57858c38ea0 (patch) | |
| tree | 0c912bc6706bc9888aa3060b45a280993f77952a /sys/vm/vm_map.c | |
| parent | 5d55f743e7254d16f89e463abcc81f2987e58409 (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_map.c')
| -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 7083ee968a31..04cc88cae088 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.13 1995/02/02 09:08:40 davidg Exp $ + * $Id: vm_map.c,v 1.14 1995/02/14 04:00:17 davidg Exp $ */ /* @@ -328,6 +328,7 @@ vm_map_entry_create(map) newentries = (NBPG / sizeof(struct vm_map_entry)); vm_page_wire(m); m->flags &= ~PG_BUSY; + m->valid = VM_PAGE_BITS_ALL; pmap_enter(vm_map_pmap(kmem_map), mapvm, VM_PAGE_TO_PHYS(m), VM_PROT_DEFAULT, 1); |
