summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/irq.c
diff options
context:
space:
mode:
authorRusty Russell2009-01-01 00:42:25 +0100
committerRusty Russell2009-01-01 00:42:25 +0100
commit6b954823c24f04ed026a8517f6bab5abda279db8 (patch)
treebc034346fa51ba63361e23a1631e163eeb52097e /arch/alpha/kernel/irq.c
parentcpumask: convert kernel/workqueue.c (diff)
downloadkernel-qcow2-linux-6b954823c24f04ed026a8517f6bab5abda279db8.tar.gz
kernel-qcow2-linux-6b954823c24f04ed026a8517f6bab5abda279db8.tar.xz
kernel-qcow2-linux-6b954823c24f04ed026a8517f6bab5abda279db8.zip
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 <rusty@rustcorp.com.au> Signed-off-by: Mike Travis <travis@sgi.com>
Diffstat (limited to 'arch/alpha/kernel/irq.c')
0 files changed, 0 insertions, 0 deletions