From: James S. <jsi...@us...> - 2001-09-04 20:28:16
|
Update of /cvsroot/linux-mips/linux/arch/mips/cobalt In directory usw-pr-cvs1:/tmp/cvs-serv19153 Modified Files: setup.c Log Message: It compiles now. I really need to convert it over to the new time stuff. Index: setup.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/cobalt/setup.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** setup.c 2001/09/04 20:10:01 1.3 --- setup.c 2001/09/04 20:28:13 1.4 *************** *** 87,90 **** --- 87,92 ---- } + void (*board_time_init)(struct irqaction *irq); + #define GALILEO_T0_VAL 0xb4000850 #define GALILEO_TIMER_CTRL 0xb4000864 |