Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/sys/sys Pull up revision 1.44 (requested by thorpej in ...
details: https://anonhg.NetBSD.org/src/rev/df6991695925
branches: netbsd-2-0
changeset: 561576:df6991695925
user: tron <tron%NetBSD.org@localhost>
date: Tue Jun 22 08:59:04 2004 +0000
description:
Pull up revision 1.44 (requested by thorpej in ticket #522):
Remove PR_IMMEDRELEASE, since setting the high water mark will achieve
the same thing.
Pointed out back in January by YAMAMOTO Takashi.
diffstat:
sys/sys/pool.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 3ecbc788c19d -r df6991695925 sys/sys/pool.h
--- a/sys/sys/pool.h Tue Jun 22 08:58:42 2004 +0000
+++ b/sys/sys/pool.h Tue Jun 22 08:59:04 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pool.h,v 1.42 2004/01/09 19:00:16 thorpej Exp $ */
+/* $NetBSD: pool.h,v 1.42.2.1 2004/06/22 08:59:04 tron Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999, 2000 The NetBSD Foundation, Inc.
@@ -156,7 +156,6 @@
#define PR_LOGGING 0x80
#define PR_LIMITFAIL 0x100 /* even if waiting, fail if we hit limit */
#define PR_RECURSIVE 0x200 /* pool contains pools, for vmstat(8) */
-#define PR_IMMEDRELEASE 0x400 /* immediate release of complete pages */
/*
* `pr_slock' protects the pool's data structures when removing
Home |
Main Index |
Thread Index |
Old Index