diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-05-08 23:52:19 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-05-08 23:52:19 +0200 |
commit | b9827548c3aa3053116e00673bb9f66dc6959c42 (patch) | |
tree | e1a6664ad43d46ff29f45d258f6263ef53357cf3 /libmachdev | |
parent | 421779bfaef072d77d3e4534cbccb69e4db13331 (diff) |
reorder vm_allocate_contiguous parameter like vm_allocate
Diffstat (limited to 'libmachdev')
-rw-r--r-- | libmachdev/mach.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmachdev/mach.defs b/libmachdev/mach.defs index 1a53dfa1..5e4c45f7 100644 --- a/libmachdev/mach.defs +++ b/libmachdev/mach.defs @@ -770,9 +770,9 @@ skip; /* old host_fpa_counters_reset */ routine vm_allocate_contiguous( host_priv : host_priv_t; target_task : vm_task_t; - size : vm_size_t; out vaddr : vm_address_t; - out paddr : vm_address_t); + out paddr : vm_address_t; + size : vm_size_t); /* * There is no more room in this interface for additional calls. |