Subject: Re: Further scheduler changes
To: Jed Davis <jdev@panix.com>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 09/21/2006 10:21:48
On Wed, Sep 20, 2006 at 07:55:40PM -0400, Jed Davis wrote:
> Uh... don't we already have some 32-bit per-CPU bitsets in various places?

Well, that is pretty easy: just follow what Chuq and Andrey did for sparc64,
have a look at sys/arch/sparc64/include/cpuset.h.
(For the lazy ones: it typedefs a MD cpuset_t, and provides access macros.
No suprise, on sparc64 it is defined as uint64_t)

Martin