--- zzzz-none-000/linux-2.6.19.2/arch/mips/gt64120/momenco_ocelot/setup.c 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/arch/mips/gt64120/momenco_ocelot/setup.c 2007-01-11 07:38:19.000000000 +0000 @@ -70,6 +70,7 @@ extern void momenco_ocelot_halt(void); extern void momenco_ocelot_power_off(void); +extern void gt64120_time_init(void); extern void momenco_ocelot_irq_setup(void); static char reset_reason; @@ -155,6 +156,8 @@ void (*l3func)(unsigned long)=KSEG1ADDR(&setup_l3cache); unsigned int tmpword; + board_time_init = gt64120_time_init; + _machine_restart = momenco_ocelot_restart; _machine_halt = momenco_ocelot_halt; pm_power_off = momenco_ocelot_power_off;