summaryrefslogtreecommitdiff
path: root/arch/mips/kernel/i8253.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-12-29 12:53:40 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2008-12-29 12:53:40 +1100
commitc02508b90e7d0832b9faf4d2e3e78364965c2133 (patch)
tree4400fa0bb906bd7f56f28b9062e8bed08ee7dbdf /arch/mips/kernel/i8253.c
parent3d74ad5cbcad2434b3b1530f633082b2df410d83 (diff)
parent918b43547f438ae800284623ae960362f3d4ae98 (diff)
Merge commit 'cpus4096/auto-cpus4096-next'
Diffstat (limited to 'arch/mips/kernel/i8253.c')
-rw-r--r--arch/mips/kernel/i8253.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/i8253.c b/arch/mips/kernel/i8253.c
index b6ac55162b9a..f4d187825f96 100644
--- a/arch/mips/kernel/i8253.c
+++ b/arch/mips/kernel/i8253.c
@@ -115,7 +115,7 @@ void __init setup_pit_timer(void)
* Start pit with the boot cpu mask and make it global after the
* IO_APIC has been initialized.
*/
- cd->cpumask = cpumask_of_cpu(cpu);
+ cd->cpumask = cpumask_of(cpu);
clockevent_set_clock(cd, CLOCK_TICK_RATE);
cd->max_delta_ns = clockevent_delta2ns(0x7FFF, cd);
cd->min_delta_ns = clockevent_delta2ns(0xF, cd);