X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fmips%2Fphilips%2Fpnx8550%2Fcommon%2Ftime.c;fp=arch%2Fmips%2Fphilips%2Fpnx8550%2Fcommon%2Ftime.c;h=70664ea96b924d5d62ba27f64a4d4e75cca0108d;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=0af655b1f3300367973128eea11b1626f8a65052;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/arch/mips/philips/pnx8550/common/time.c b/arch/mips/philips/pnx8550/common/time.c index 0af655b1f..70664ea96 100644 --- a/arch/mips/philips/pnx8550/common/time.c +++ b/arch/mips/philips/pnx8550/common/time.c @@ -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;