From: Rusty Russell Date: Fri, 13 Mar 2009 04:19:56 +0000 (+1030) Subject: cpumask: remove cpumask_t assignment from vector_allocation_domain() X-Git-Tag: v2.6.30-rc1~3^2~6^2~10^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c6cb5e2b1798694c859fd3821a34404355e1030;p=pandora-kernel.git cpumask: remove cpumask_t assignment from vector_allocation_domain() Impact: cleanup It's not legal to do assignments into cpumask_var_t; they will soon be of variable length. So explicitly clear the mask and set the first word, rather than using assignment. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed