diff options
Diffstat (limited to 'arch/sparc/kernel/leon_kernel.c')
-rw-r--r-- | arch/sparc/kernel/leon_kernel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/leon_kernel.c b/arch/sparc/kernel/leon_kernel.c index d867543edfe1..5d7e41c19362 100644 --- a/arch/sparc/kernel/leon_kernel.c +++ b/arch/sparc/kernel/leon_kernel.c | |||
@@ -316,7 +316,7 @@ void __init leon_init_timers(irq_handler_t counter_fn) | |||
316 | 316 | ||
317 | if (err) { | 317 | if (err) { |
318 | printk(KERN_ERR "leon_time_init: unable to attach IRQ%d\n", | 318 | printk(KERN_ERR "leon_time_init: unable to attach IRQ%d\n", |
319 | LEON_INTERRUPT_TIMER1); | 319 | irq); |
320 | prom_halt(); | 320 | prom_halt(); |
321 | } | 321 | } |
322 | 322 | ||