diff options
Diffstat (limited to 'arch/mips/kernel/cevt-sb1250.c')
| -rw-r--r-- | arch/mips/kernel/cevt-sb1250.c | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/kernel/cevt-sb1250.c b/arch/mips/kernel/cevt-sb1250.c index 590c54f28a8..5ea6d6b1de1 100644 --- a/arch/mips/kernel/cevt-sb1250.c +++ b/arch/mips/kernel/cevt-sb1250.c @@ -39,7 +39,7 @@   * the rest of the system   */  static void sibyte_set_mode(enum clock_event_mode mode, -                           struct clock_event_device *evt) +			   struct clock_event_device *evt)  {  	unsigned int cpu = smp_processor_id();  	void __iomem *cfg, *init; @@ -107,7 +107,7 @@ static DEFINE_PER_CPU(struct clock_event_device, sibyte_hpt_clockevent);  static DEFINE_PER_CPU(struct irqaction, sibyte_hpt_irqaction);  static DEFINE_PER_CPU(char [18], sibyte_hpt_name); -void __cpuinit sb1250_clockevent_init(void) +void sb1250_clockevent_init(void)  {  	unsigned int cpu = smp_processor_id();  	unsigned int irq = K_INT_TIMER_0 + cpu; @@ -143,8 +143,8 @@ void __cpuinit sb1250_clockevent_init(void)  	sb1250_unmask_irq(cpu, irq); -	action->handler	= sibyte_counter_handler; -	action->flags	= IRQF_DISABLED | IRQF_PERCPU | IRQF_TIMER; +	action->handler = sibyte_counter_handler; +	action->flags	= IRQF_PERCPU | IRQF_TIMER;  	action->name	= name;  	action->dev_id	= cd;  | 
