···64 * as *irq (=irq0 in ../kernel/time.c). We will do our own timer interrupt65 * handling.66 */67-void gt64120_time_init(void)68{69 static struct irqaction timer;70
···64 * as *irq (=irq0 in ../kernel/time.c). We will do our own timer interrupt65 * handling.66 */67+void __init plat_timer_setup(struct irqaction *irq)68{69 static struct irqaction timer;70
-2
arch/mips/gt64120/ev64120/setup.c
···68 * Initializes basic routines and structures pointers, memory size (as69 * given by the bios and saves the command line.70 */71-extern void gt64120_time_init(void);7273void __init plat_mem_setup(void)74{···75 _machine_halt = galileo_machine_halt;76 pm_power_off = galileo_machine_power_off;7778- board_time_init = gt64120_time_init;79 set_io_port_base(KSEG1);80}81
···68 * Initializes basic routines and structures pointers, memory size (as69 * given by the bios and saves the command line.70 */07172void __init plat_mem_setup(void)73{···76 _machine_halt = galileo_machine_halt;77 pm_power_off = galileo_machine_power_off;78079 set_io_port_base(KSEG1);80}81