linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / mips / philips / pnx8550 / common / time.c
index 0af655b..70664ea 100644 (file)
@@ -70,7 +70,16 @@ void pnx8550_time_init(void)
        mips_hpt_frequency = 27UL * ((1000000UL * n)/(m * pow2p));
 }
 
-void __init plat_timer_setup(struct irqaction *irq)
+/*
+ * pnx8550_timer_setup() - it does the following things:
+ *
+ * 5) board_timer_setup() -
+ *     a) (optional) over-write any choices made above by time_init().
+ *     b) machine specific code should setup the timer irqaction.
+ *     c) enable the timer interrupt
+ */
+
+void __init pnx8550_timer_setup(struct irqaction *irq)
 {
        int configPR;