Replace cpusetffs_obj with CPU_FFS, missed in r251703.

Reported by:	bdrewery, O. Hartmann
This commit is contained in:
pluknet 2013-06-14 10:26:38 +00:00
parent af70740033
commit 672cd692ff

View File

@ -465,7 +465,7 @@ lapic_process_icr(struct vlapic *vlapic, uint64_t icrval)
break;
}
while ((i = cpusetobj_ffs(&dmask)) != 0) {
while ((i = CPU_FFS(&dmask)) != 0) {
i--;
CPU_CLR(i, &dmask);
if (mode == APIC_DELMODE_FIXED) {