Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Nov 1999 21:23:20 -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:  <199911100523.VAA04943@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         1999/11/09 21:23:20 PST

  Modified files:
    sys/vm               vm_page.c 
  Log:
  Two changes: (1) Use vm_page_unqueue_nowakeup in vm_page_alloc
  instead of duplicating the code.  (2) If a wired page is passed
  to vm_page_free_toq, panic instead of printing a friendly warning.
  (If we don't panic here, we'll just panic later in vm_page_unwire
  obscuring the problem.)
  
  Revision  Changes    Path
  1.146     +3 -12     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?199911100523.VAA04943>