From owner-cvs-all Sun Nov 18 16:20:41 2001 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 1165037B405; Sun, 18 Nov 2001 16:20:37 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAJ0Kbs12262; Sun, 18 Nov 2001 16:20:37 -0800 (PST) (envelope-from dillon) Message-Id: <200111190020.fAJ0Kbs12262@freefall.freebsd.org> From: Matt Dillon Date: Sun, 18 Nov 2001 16:20:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mtxpool.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 dillon 2001/11/18 16:20:37 PST Modified files: sys/kern kern_mtxpool.c Log: cast hashing index to (int)(intptr_t) for calculation. mtx_init() with MTX_QUIET and MTX_NOWITNESS to avoid bogus warnings Revision Changes Path 1.3 +3 -3 src/sys/kern/kern_mtxpool.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message