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

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)