From: Rusty Russell Date: Wed, 31 Dec 2008 23:42:25 +0000 (+1030) Subject: cpumask: convert kernel time functions X-Git-Tag: v2.6.29-rc1~521^2~11^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b954823c24f04ed026a8517f6bab5abda279db8;p=pandora-kernel.git cpumask: convert kernel time functions Impact: Use new APIs Convert kernel/time functions to use struct cpumask *. Note the ugly bitmap declarations in tick-broadcast.c. These should be cpumask_var_t, but there was no obvious initialization function to put the alloc_cpumask_var() calls in. This was safe. (Eventually 'struct cpumask' will be undefined for CONFIG_CPUMASK_OFFSTACK, so we use a bitmap here to show we really mean it). Signed-off-by: Rusty Russell Signed-off-by: Mike Travis --- Reading git-diff-tree failed