···6464 * as *irq (=irq0 in ../kernel/time.c). We will do our own timer interrupt6565 * handling.6666 */6767-void gt64120_time_init(void)6767+void __init plat_timer_setup(struct irqaction *irq)6868{6969 static struct irqaction timer;7070
-2
arch/mips/gt64120/ev64120/setup.c
···6868 * Initializes basic routines and structures pointers, memory size (as6969 * given by the bios and saves the command line.7070 */7171-extern void gt64120_time_init(void);72717372void __init plat_mem_setup(void)7473{···7576 _machine_halt = galileo_machine_halt;7677 pm_power_off = galileo_machine_power_off;77787878- board_time_init = gt64120_time_init;7979 set_io_port_base(KSEG1);8080}8181