aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_page.c
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2002-08-02 05:23:58 +0000
committerAlan Cox <alc@FreeBSD.org>2002-08-02 05:23:58 +0000
commit1e7ce68ff4ecc38727c6f35c996432eca5078a4b (patch)
tree8154b3d33efd893ac14b8d1d334d31514a435d08 /sys/vm/vm_page.c
parente5b95b12098b1d7de950ddac8d32faf3e45912db (diff)
Notes
Diffstat (limited to 'sys/vm/vm_page.c')
-rw-r--r--sys/vm/vm_page.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c
index adc168b7fc5e..29820ce7cba3 100644
--- a/sys/vm/vm_page.c
+++ b/sys/vm/vm_page.c
@@ -1351,7 +1351,7 @@ _vm_page_deactivate(vm_page_t m, int athead)
{
int s;
- GIANT_REQUIRED;
+ mtx_assert(&vm_page_queue_mtx, MA_OWNED);
/*
* Ignore if already inactive.
*/