Re: [PATCH] Simplified scalable cpu bitmasks

David S. Miller (davem@redhat.com)
Sun, 11 Aug 2002 22:21:24 -0700 (PDT)


From: Rusty Russell <rusty@rustcorp.com.au>
Date: Mon, 12 Aug 2002 14:42:51 +1000

This changes bitmap_member to the more logical DECLARE_BITMAP, then
uses it for cpu_online_map (ie. cpu_online_map is now an unsigned long
array).

Compiles and boots: Dave, how's this?

I'm ok with this for now.

I suspect that once you start using NR_CPUS in the range of 1024 or so
you want to allow the port do things like "use a pointer for cpuset_t
and NULL means CPU_MASK_ALL"

Or maybe not :-) we'll see.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/