patch-2.4.10 linux/include/asm-sparc64/timex.h

Next file: linux/include/asm-sparc64/tlb.h
Previous file: linux/include/asm-sparc64/system.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.9/linux/include/asm-sparc64/timex.h linux/include/asm-sparc64/timex.h
@@ -14,7 +14,6 @@
 
 /* Getting on the cycle counter on sparc64. */
 typedef unsigned long cycles_t;
-extern cycles_t cacheflush_time;
 #define get_cycles() \
 ({	cycles_t ret; \
 	__asm__("rd	%%tick, %0" : "=r" (ret)); \

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)