dect
/
linux-2.6
Archived
13
0
Fork 0

[MIPS] TXx9: Fix mips_hpt_frequency initialization

The mips_hpt_frequency initialization code was lost in commit
94a4c32939 (linux-mips.org) /
94a4c32939 (kernel.org) "TXx9: Add 64-bit
support".

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Atsushi Nemoto 2008-07-31 22:29:53 +09:00 committed by Ralf Baechle
parent 2841d8b893
commit 1374d08473
1 changed files with 3 additions and 0 deletions

View File

@ -328,6 +328,9 @@ void __init arch_init_irq(void)
void __init plat_time_init(void)
{
#ifdef CONFIG_CPU_TX49XX
mips_hpt_frequency = txx9_cpu_clock / 2;
#endif
txx9_board_vec->time_init();
}