From: Paul M. <le...@us...> - 2001-08-25 02:19:30
|
Update of /cvsroot/linux-mips/linux/arch/mips/dec In directory usw-pr-cvs1:/tmp/cvs-serv13548/arch/mips/dec Modified Files: time.c Log Message: Sync to 2.4.7 Index: time.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/dec/time.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** time.c 2001/07/10 16:28:42 1.2 --- time.c 2001/08/25 02:19:27 1.3 *************** *** 32,35 **** --- 32,37 ---- #include <asm/div64.h> + extern void (*board_time_init)(struct irqaction *irq); + extern volatile unsigned long wall_jiffies; extern rwlock_t xtime_lock; *************** *** 427,432 **** "timer", NULL, NULL}; - void (*board_time_init) (struct irqaction * irq); - void __init time_init(void) { --- 429,432 ---- *************** *** 486,488 **** board_time_init(&irq0); } - --- 486,487 ---- |