Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b218fa0e authored by David S. Miller's avatar David S. Miller
Browse files

sparc32: Stop calling claim_ticker14() from sun4c_irq.c



Since the first argument is always NULL, the only side effect
is to disable the PROFILE_IRQ, so just do that directly.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 76954261
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -163,7 +163,7 @@ static void __init sun4c_init_timers(irq_handler_t counter_fn)
		prom_halt();
		prom_halt();
	}
	}
    
    
	claim_ticker14(NULL, PROFILE_IRQ, 0);
	sun4c_disable_irq(PROFILE_IRQ);
}
}


#ifdef CONFIG_SMP
#ifdef CONFIG_SMP