Re: [PATCH] powerpc: convert old cpumask API into new one

From: KOSAKI Motohiro
Date: Thu Apr 28 2011 - 11:25:51 EST


> > @@ -268,9 +269,9 @@ void __init cbe_regs_init(void)
> > Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Âthread->regs = map;
> > Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Âthread->cbe_id = cbe_id;
> > Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Âmap->be_node = thread->be_node;
> > - Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â cpu_set(i, cbe_local_mask[cbe_id]);
> > + Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â cpumask_set_cpu(i, &cbe_local_mask[cbe_id]);
> > Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Âif(thread->thread_id == 0)
> while you are here, could you add a space between if and ( ?


Oh, this is NOT a part of my change. I don't want to insert unrelated
cleanup.




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