mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-15 13:22:55 +00:00
[MIPS] time: Merge lasat plat_timer_setup into plat_time_init.
Since the cp0 compare interrupt handler isn't initialized by the time plat_time_init is called don't set IE_IRQ5 anymore, cevt-r4k.c will do that a little later itself. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
da349bef97
commit
ba5eac515f
@ -117,14 +117,11 @@ static struct notifier_block lasat_panic_block[] =
|
||||
}
|
||||
};
|
||||
|
||||
void plat_time_init(void)
|
||||
void __init plat_time_init(void)
|
||||
{
|
||||
mips_hpt_frequency = lasat_board_info.li_cpu_hz / 2;
|
||||
}
|
||||
|
||||
void __init plat_timer_setup(struct irqaction *irq)
|
||||
{
|
||||
change_c0_status(ST0_IM, IE_IRQ0 | IE_IRQ5);
|
||||
change_c0_status(ST0_IM, IE_IRQ0);
|
||||
}
|
||||
|
||||
void __init plat_mem_setup(void)
|
||||
|
Loading…
Reference in New Issue
Block a user