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

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)