[xtensa-cvscommit] linux/include/asm-xtensa timex.h,1.1.1.1,1.2
Brought to you by:
zankel
|
From: <ahe...@us...> - 2003-01-08 23:30:35
|
Update of /cvsroot/xtensa/linux/include/asm-xtensa
In directory sc8-pr-cvs1:/tmp/cvs-serv1197/include/asm-xtensa
Modified Files:
timex.h
Log Message:
Added defines for vxtime_lock and vmtime_unlock so compiles with 2.4.20
kernel.
Index: timex.h
===================================================================
RCS file: /cvsroot/xtensa/linux/include/asm-xtensa/timex.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** timex.h 28 Aug 2002 16:11:31 -0000 1.1.1.1
--- timex.h 8 Jan 2003 23:30:31 -0000 1.2
***************
*** 48,51 ****
--- 48,53 ----
}
+ #define vxtime_lock() do {} while (0)
+ #define vxtime_unlock() do {} while (0)
#endif /* __ASM_XTENSA_TIMEX_H */
|