diff options
| author | Alan Cox <alc@FreeBSD.org> | 2002-08-02 05:23:58 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2002-08-02 05:23:58 +0000 |
| commit | 1e7ce68ff4ecc38727c6f35c996432eca5078a4b (patch) | |
| tree | 8154b3d33efd893ac14b8d1d334d31514a435d08 /sys/vm/vm_page.c | |
| parent | e5b95b12098b1d7de950ddac8d32faf3e45912db (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_page.c')
| -rw-r--r-- | sys/vm/vm_page.c | 2 |
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. */ |
