diff options
Diffstat (limited to 'sys/vm/vm_glue.c')
-rw-r--r-- | sys/vm/vm_glue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index c0aa58a..d0f6bf2 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -353,7 +353,7 @@ vm_proc_swapin(struct proc *p) * The pages in the UAREA are marked dirty and their swap metadata is freed. */ void -vm_proc_swapin_all(int devidx) +vm_proc_swapin_all(struct swdevt *devidx) { struct proc *p; vm_object_t object; |