diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-29 21:47:09 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-29 21:47:09 +0000 |
commit | 670b0511bcf786f7c2a1652f1f76548d1dcff59d (patch) | |
tree | 2d3ba1d68cb22094b9d331c3082ccad175b61e3c | |
parent | 105a3c7fe3bc17b76090c7b8b8d03aaef33edea0 (diff) |
entered into RCS
-rw-r--r-- | libpager/data-init.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libpager/data-init.c b/libpager/data-init.c index 471e0b73..f411a938 100644 --- a/libpager/data-init.c +++ b/libpager/data-init.c @@ -26,7 +26,9 @@ _pager_seqnos_memory_object_data_initialize (mach_port_t object, mach_port_seqno_t seqno, mach_port_t control, vm_offset_t offset, - pointer_t data) + pointer_t data, + vm_size_t datalen) { - - + _pager_do_write_request (object, seqno, control, offset, data, + datalen, 1, 0, 1); +} |