[PATCH] powerpc: convert old cpumask API into new one
KOSAKI Motohiro
kosaki.motohiro at jp.fujitsu.com
Fri Apr 29 01:25:44 EST 2011
> > @@ -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.
More information about the Linuxppc-dev
mailing list