From: Kenn H. <ke...@us...> - 2003-01-27 00:21:40
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel In directory sc8-pr-cvs1:/tmp/cvs-serv12490/arch/vax/kernel Modified Files: time.c Log Message: jiffies_64 definition now lives in arch-dependent code Index: time.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/time.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- time.c 20 May 2002 01:09:49 -0000 1.5 +++ time.c 27 Jan 2003 00:21:36 -0000 1.6 @@ -28,6 +28,8 @@ #include <asm/clock.h> #include <linux/mc146818rtc.h> +u64 jiffies_64; + spinlock_t rtc_lock = SPIN_LOCK_UNLOCKED; extern rwlock_t xtime_lock; /* last time the cmos clock got updated */ |