Objects associated with raw devices are no longer counted in the VM stats

total because they may contain absurd numbers ( like the size of all
    of physical memory if you mmap() /dev/mem ).
This commit is contained in:
Matthew Dillon 1999-01-21 09:41:52 +00:00
parent 81522c62fa
commit e4ba1db60a

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)vm_meter.c 8.4 (Berkeley) 1/4/94
* $Id: vm_meter.c,v 1.27 1998/10/31 17:21:31 peter Exp $
* $Id: vm_meter.c,v 1.28 1999/01/21 08:29:11 dillon Exp $
*/
#include <sys/param.h>