[MIPS] Replace board_timer_setup function pointer by plat_timer_setup.
[sfrench/cifs-2.6.git] / arch / mips / kernel / smtc.c
index 5b17a3d6ae4fc7e267c090ab8f943504890fb840..604bcc5cb7c8599dcb180ac8d314fa769f1ef990 100644 (file)
@@ -577,7 +577,7 @@ void smtc_init_secondary(void)
 {
        /*
         * Start timer on secondary VPEs if necessary.
-        * mips_timer_setup should already have been invoked by init/main
+        * plat_timer_setup has already have been invoked by init/main
         * on "boot" TC.  Like per_cpu_trap_init() hack, this assumes that
         * SMTC init code assigns TCs consdecutively and in ascending order
         * to across available VPEs.