X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fmips%2Ftxx9%2Fgeneric%2Fsetup.c;h=0afe94c48fb65e82ee283f5fbd2fbce6362dcdb9;hb=1374d084736fff6f72f1d143ffdaa90cddd86e7e;hp=1bc57d0f4c5c156c9aafb6ce3d0d39f657943b65;hpb=2841d8b893fd326aa039f28c3040378db8ebe8ef;p=linux-2.6-omap-h63xx.git diff --git a/arch/mips/txx9/generic/setup.c b/arch/mips/txx9/generic/setup.c index 1bc57d0f4c5..0afe94c48fb 100644 --- a/arch/mips/txx9/generic/setup.c +++ b/arch/mips/txx9/generic/setup.c @@ -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(); }