freebsd-skq/sys/cddl/dev
attilio 364d0522f7 With retirement of cpumask_t and usage of cpuset_t for representing a
mask of CPUs, pc_other_cpus and pc_cpumask become highly inefficient.

Remove them and replace their usage with custom pc_cpuid magic (as,
atm, pc_cpumask can be easilly represented by (1 << pc_cpuid) and
pc_other_cpus by (all_cpus & ~(1 << pc_cpuid))).

This change is not targeted for MFC because of struct pcpu members
removal and dependency by cpumask_t retirement.

MD review by:	marcel, marius, alc
Tested by:	pluknet
MD testing by:	marcel, marius, gonzo, andreast
2011-07-04 12:04:52 +00:00
..
cyclic MFC 2011-05-16 16:34:03 +00:00
dtmalloc
dtrace With retirement of cpumask_t and usage of cpuset_t for representing a 2011-07-04 12:04:52 +00:00
fbt
lockstat Add the OpenSolaris dtrace lockstat provider. The lockstat provider 2009-05-26 20:28:22 +00:00
profile
sdt
systrace Stripped '32' suffix from linux systrace module name on i386. 2011-04-08 06:27:43 +00:00
prototype.c