From owner-cvs-all Sat Jun 22 0:54:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB69B37B43C; Sat, 22 Jun 2002 00:54:42 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5M7sgP81963; Sat, 22 Jun 2002 00:54:42 -0700 (PDT) (envelope-from alc) Message-Id: <200206220754.g5M7sgP81963@freefall.freebsd.org> From: Alan Cox Date: Sat, 22 Jun 2002 00:54:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm phys_pager.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/06/22 00:54:42 PDT Modified files: sys/vm phys_pager.c Log: o Remove GIANT_REQUIRED from phys_pager_alloc(). If handle isn't NULL, acquire and release Giant. If handle is NULL, Giant isn't needed. o Annotate phys_pager_alloc() and phys_pager_dealloc() as MPSAFE. Revision Changes Path 1.13 +8 -3 src/sys/vm/phys_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message