patch-2.2.18 linux/arch/ppc/boot/vreset.c
Next file: linux/arch/ppc/coffboot/Makefile
Previous file: linux/arch/ppc/boot/Makefile
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Nov 8 23:00:33 2000
- Orig file:
v2.2.17/arch/ppc/boot/vreset.c
- Orig date:
Fri Apr 21 12:45:47 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/arch/ppc/boot/vreset.c linux/arch/ppc/boot/vreset.c
@@ -24,7 +24,7 @@
extern char *vidmem;
extern int lines, cols;
/* estimate for delay */
-unsigned long loops_per_sec = 50000000;;
+unsigned long loops_per_jiffy = 50000000/HZ;
/*
* VGA Register
*/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)