diff options
Diffstat (limited to 'arch/sparc/kernel/sun4m_irq.c')
-rw-r--r-- | arch/sparc/kernel/sun4m_irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/sun4m_irq.c b/arch/sparc/kernel/sun4m_irq.c index a654c16f4027..91a803ea88be 100644 --- a/arch/sparc/kernel/sun4m_irq.c +++ b/arch/sparc/kernel/sun4m_irq.c | |||
@@ -299,7 +299,7 @@ static void __init sun4m_init_timers(irq_handler_t counter_fn) | |||
299 | struct tt_entry *trap_table = &sparc_ttable[SP_TRAP_IRQ1 + (14 - 1)]; | 299 | struct tt_entry *trap_table = &sparc_ttable[SP_TRAP_IRQ1 + (14 - 1)]; |
300 | 300 | ||
301 | /* For SMP we use the level 14 ticker, however the bootup code | 301 | /* For SMP we use the level 14 ticker, however the bootup code |
302 | * has copied the firmwares level 14 vector into boot cpu's | 302 | * has copied the firmware's level 14 vector into the boot cpu's |
303 | * trap table, we must fix this now or we get squashed. | 303 | * trap table, we must fix this now or we get squashed. |
304 | */ | 304 | */ |
305 | local_irq_save(flags); | 305 | local_irq_save(flags); |