Searched hist:223758 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/cddl/dev/dtrace/i386/
H A Ddtrace_subr.cdiff 223758 Mon Jul 04 10:07:40 MDT 2011 attilio 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
/freebsd-10-stable/sys/powerpc/aim/
H A Dmmu_oea64.c

Completed in 63 milliseconds