summaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2004-07-25 07:48:47 +0000
committerAlan Cox <alc@FreeBSD.org>2004-07-25 07:48:47 +0000
commit57a21aba930b1b31247f3b74d84334cd5dd90d9b (patch)
tree710c2607011b1c4dc7b813fe99cae13a196a9996 /sys/vm/vm_object.h
parent6dd19a884ba7a1d301ff1c70e4cb5095b1c8e88c (diff)
Notes
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index 52ba63ce9ada..64e4d76ff80b 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -200,7 +200,7 @@ void vm_object_pip_wait(vm_object_t object, char *waitid);
vm_object_t vm_object_allocate (objtype_t, vm_pindex_t);
vm_object_t vm_object_allocate_wait (objtype_t, vm_pindex_t, int);
void _vm_object_allocate (objtype_t, vm_pindex_t, vm_object_t);
-boolean_t vm_object_coalesce (vm_object_t, vm_pindex_t, vm_size_t, vm_size_t);
+boolean_t vm_object_coalesce(vm_object_t, vm_ooffset_t, vm_size_t, vm_size_t);
void vm_object_collapse (vm_object_t);
void vm_object_deallocate (vm_object_t);
void vm_object_terminate (vm_object_t);