patch-2.4.0-prerelease linux/include/linux/delay.h
Next file: linux/include/linux/dtlk.h
Previous file: linux/include/linux/cdrom.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Sun Dec 31 10:26:18 2000
- Orig file:
v2.4.0-test12/linux/include/linux/delay.h
- Orig date:
Thu May 21 14:24:09 1998
diff -u --recursive --new-file v2.4.0-test12/linux/include/linux/delay.h linux/include/linux/delay.h
@@ -4,10 +4,10 @@
/*
* Copyright (C) 1993 Linus Torvalds
*
- * Delay routines, using a pre-computed "loops_per_second" value.
+ * Delay routines, using a pre-computed "loops_per_jiffy" value.
*/
-extern unsigned long loops_per_sec;
+extern unsigned long loops_per_jiffy;
#include <asm/delay.h>
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)