From owner-cvs-all Sat Jan 5 1:35:54 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 4B8C837B405; Sat, 5 Jan 2002 01:35:50 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g059Zod81219; Sat, 5 Jan 2002 01:35:50 -0800 (PST) (envelope-from peter) Message-Id: <200201050935.g059Zod81219@freefall.freebsd.org> From: Peter Wemm Date: Sat, 5 Jan 2002 01:35:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys pcpu.h src/sys/kern subr_pcpu.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 peter 2002/01/05 01:35:50 PST Modified files: sys/sys pcpu.h sys/kern subr_pcpu.c Log: Add a per-cpu variable, cpumask, the preshifted equivalent of 1 << cpuid. We use this around the place a lot. Revision Changes Path 1.4 +1 -0 src/sys/kern/subr_pcpu.c 1.3 +2 -1 src/sys/sys/pcpu.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message