diff options
| author | John Polstra <jdp@FreeBSD.org> | 1998-10-01 20:46:41 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1998-10-01 20:46:41 +0000 |
| commit | a0fce8272426e04c63074a6a15d5d740cdc024fb (patch) | |
| tree | 617621a715ba61b53f0a9478c56ad305c8a9b299 /sys/vm/vm_map.c | |
| parent | 582b2d100eef404288b5782cdf3bb22310d13446 (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_map.c')
| -rw-r--r-- | sys/vm/vm_map.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index 73c2d5645f4b..9a1233ecedd0 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.134 1998/08/24 08:39:37 dfr Exp $ + * $Id: vm_map.c,v 1.135 1998/09/04 08:06:57 dfr Exp $ */ /* @@ -1976,7 +1976,7 @@ vm_map_split(entry) new_object, shadow_list); vm_object_clear_flag(source, OBJ_ONEMAPPING); new_object->backing_object_offset = - orig_object->backing_object_offset + offidxstart; + orig_object->backing_object_offset + IDX_TO_OFF(offidxstart); new_object->backing_object = source; source->shadow_count++; source->generation++; |
