summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-09-04 08:06:57 +0000
committerdfr <dfr@FreeBSD.org>1998-09-04 08:06:57 +0000
commite2df972eb1b251e9321868d79ea5c26d4b32b6e4 (patch)
tree011702a89ef99411c684cf6ed0c61fefe352afa6 /sys/fs
parent4b6b0ee13a6e4197844609d59260d369def5c4a2 (diff)
downloadFreeBSD-src-e2df972eb1b251e9321868d79ea5c26d4b32b6e4.zip
FreeBSD-src-e2df972eb1b251e9321868d79ea5c26d4b32b6e4.tar.gz
Cosmetic changes to the PAGE_XXX macros to make them consistent with
the other objects in vm.
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/specfs/spec_vnops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/specfs/spec_vnops.c b/sys/fs/specfs/spec_vnops.c
index 6f2e4b1..8a3e124 100644
--- a/sys/fs/specfs/spec_vnops.c
+++ b/sys/fs/specfs/spec_vnops.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)spec_vnops.c 8.14 (Berkeley) 5/21/95
- * $Id: spec_vnops.c,v 1.70 1998/08/24 18:23:18 phk Exp $
+ * $Id: spec_vnops.c,v 1.71 1998/08/25 17:48:54 phk Exp $
*/
#include <sys/param.h>
@@ -843,7 +843,7 @@ spec_getpages(ap)
} else {
vm_page_deactivate(m);
}
- PAGE_WAKEUP(m);
+ vm_page_wakeup(m);
} else {
vm_page_free(m);
}
OpenPOWER on IntegriCloud