Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2002 14:20:42 -0800 (PST)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_page.c
Message-ID:  <200211032220.gA3MKgDw004251@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2002/11/03 14:20:42 PST

  Modified files:
    sys/vm               vm_page.c 
  Log:
   - Remove the memory allocation for the object/offset hash table
     because it's no longer used.  (See revision 1.215.)
   - Fix a harmless bug: the number of vm_page structures allocated wasn't
     properly adjusted when uma_bootstrap() was introduced.  Consequently,
     we were allocating 30 unused vm_page structures.
   - Wrap a long line.
  
  Revision  Changes    Path
  1.220     +2 -45     src/sys/vm/vm_page.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211032220.gA3MKgDw004251>