aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/privcmd
diff options
context:
space:
mode:
authorDoug Moore <dougm@FreeBSD.org>2024-08-21 20:48:59 +0000
committerDoug Moore <dougm@FreeBSD.org>2024-08-21 20:48:59 +0000
commitd48524e21f1a49752485418324538755571ed13f (patch)
treee0a49d5bfc61e684ecd205aa815cc46bc9b8bba1 /sys/dev/xen/privcmd
parentd668a0b0abe4b079ac2a0d9cd0d7b71bd4a043c6 (diff)
Diffstat (limited to 'sys/dev/xen/privcmd')
-rw-r--r--sys/dev/xen/privcmd/privcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xen/privcmd/privcmd.c b/sys/dev/xen/privcmd/privcmd.c
index 02e268b23d42..c04ac287183b 100644
--- a/sys/dev/xen/privcmd/privcmd.c
+++ b/sys/dev/xen/privcmd/privcmd.c
@@ -135,7 +135,7 @@ retry:
continue;
if (vm_page_busy_acquire(m, VM_ALLOC_WAITFAIL) == 0)
goto retry;
- cdev_pager_free_page(map->mem, m);
+ cdev_mgtdev_pager_free_page(map->mem, m);
}
VM_OBJECT_WUNLOCK(map->mem);