From: KOSAKI Motohiro Date: Mon, 16 May 2011 20:38:07 +0000 (-0700) Subject: sparc: convert old cpumask API into new one X-Git-Tag: v3.0-rc1~357^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb1fece5da027d3c7e69cf44ca8e58aaf0faf520;p=pandora-kernel.git sparc: convert old cpumask API into new one 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed