From: Rusty Russell Date: Fri, 13 Mar 2009 04:19:57 +0000 (+1030) Subject: cpumask: remove x86 cpumask_t uses. X-Git-Tag: v2.6.30-rc1~3^2~6^2~10^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73e907de7d5cecef43d9949ab8f4fdca508168c7;p=pandora-kernel.git cpumask: remove x86 cpumask_t uses. Impact: cleanup We are removing cpumask_t in favour of struct cpumask: mainly as a marker of what code is now CONFIG_CPUMASK_OFFSTACK-safe. The only non-trivial change here is vector_allocation_domain(): explicitly clear the mask and set the first word, rather than using assignment. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed