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

From: David Miller
Date: Mon May 16 2011 - 16:40:47 EST


From: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx>
Date: Fri, 29 Apr 2011 00:14:08 +0900 (JST)

> Adapt new API. Almost change is trivial, most important change are to
> remove following like =operator.
>
> cpumask_t cpu_mask = *mm_cpumask(mm);
> cpus_allowed = current->cpus_allowed;
>
> Because cpumask_var_t is =operator unsafe. These usage might prevent
> kernel core improvement.
>
> No functional change.
>
> Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx>

Applied, thanks.
--
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/