patch-2.4.0-test4 linux/include/linux/arcdevice.h
Next file: linux/include/linux/blkdev.h
Previous file: linux/include/asm-sparc64/semaphore.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Jul 11 09:32:01 2000
- Orig file:
v2.4.0-test3/linux/include/linux/arcdevice.h
- Orig date:
Mon Jul 10 16:47:27 2000
diff -u --recursive --new-file v2.4.0-test3/linux/include/linux/arcdevice.h linux/include/linux/arcdevice.h
@@ -95,7 +95,7 @@
/* see how long a function call takes to run, expressed in CPU cycles */
#define TIME(name, bytes, call) BUGLVL(D_TIMING) { \
- cycles_t _x, _y; \
+ unsigned long _x, _y; \
_x = get_cycles(); \
call; \
_y = get_cycles(); \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)