|
@@ -27,7 +27,7 @@ int __init init_mips_clocksource(void)
|
|
|
if (!cpu_has_counter || !mips_hpt_frequency)
|
|
|
return -ENXIO;
|
|
|
|
|
|
- /* Calclate a somewhat reasonable rating value */
|
|
|
+ /* Calculate a somewhat reasonable rating value */
|
|
|
clocksource_mips.rating = 200 + mips_hpt_frequency / 10000000;
|
|
|
|
|
|
clocksource_set_clock(&clocksource_mips, mips_hpt_frequency);
|