From owner-cvs-all Sat Jan 23 16:55:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA11881 for cvs-all-outgoing; Sat, 23 Jan 1999 16:55:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA11874; Sat, 23 Jan 1999 16:55:03 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA09766; Sat, 23 Jan 1999 16:55:04 -0800 (PST) Date: Sat, 23 Jan 1999 16:55:04 -0800 (PST) Message-Id: <199901240055.QAA09766@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_fault.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/01/23 16:55:04 PST Modified files: sys/vm vm_fault.c Log: Get rid of unused old_m in vm_fault. Add INVARIANTS to test whether page is still busy after all the hell vm_fault goes through.. it is supposed to be, and printf() if it isn't. don't panic, though. Revision Changes Path 1.97 +13 -4 src/sys/vm/vm_fault.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message