From: Rusty Russell Date: Wed, 31 Dec 2008 23:42:24 +0000 (+1030) Subject: cpumask: convert kernel/compat.c X-Git-Tag: v2.6.29-rc1~521^2~11^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a45185d2d;p=pandora-kernel.git cpumask: convert kernel/compat.c Impact: Reduce stack usage, use new cpumask API. Straightforward conversion; cpumasks' size is given by cpumask_size() (now a variable rather than fixed) and on-stack cpu masks use cpumask_var_t. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed