From owner-cvs-sys Fri Jun 27 16:23:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA21289 for cvs-sys-outgoing; Fri, 27 Jun 1997 16:23:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA21183; Fri, 27 Jun 1997 16:21:10 -0700 (PDT) From: Steve Passe Received: (from fsmp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA12115; Fri, 27 Jun 1997 16:19:45 -0700 (PDT) Date: Fri, 27 Jun 1997 16:19:45 -0700 (PDT) Message-Id: <199706272319.QAA12115@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 locore.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fsmp 1997/06/27 16:19:45 PDT Modified files: sys/i386/i386 locore.s Log: Added other_cpus to CPU private page. This variable is a bitmap showing all CPUs present EXCEPT the CPU owning the variable. In other words, it is equal to the global bitmap 'all_cpus' minus its own bit. Revision Changes Path 1.90 +4 -2 src/sys/i386/i386/locore.s