[PATCH]: linuxppc_2_4_devel/arch/ppc/kernel/ppc4xx_setup.c

Grant Erickson erick205 at umn.edu
Thu Oct 4 05:22:06 EST 2001


Please accept the attached patch to ppc4xx_setup.c. It attempts to make
the 4xx 'progress' method more consistent with other subarchitectures and,
at the very least, makes it respectful of the kernel 'quiet'
flag--important when you want a fast kernel boot.

Regards,

Grant Erickson


--
 Grant Erickson                       University of Minnesota Alumni
  o mail:erick205 at umn.edu                                 1996 BSEE
  o http://www.umn.edu/~erick205                          1998 MSEE
-------------- next part --------------
--- linuxppc_2_4_devel/arch/ppc/kernel/ppc4xx_setup.c	Mon Oct  1 14:40:22 2001
+++ linuxppc_2_4_devel/arch/ppc/kernel/ppc4xx_setup.c.N	Wed Oct  3 12:07:12 2001
@@ -344,7 +344,7 @@
 void
 ppc4xx_progress(char *s, unsigned short hex)
 {
-        printk("<1>----------  progress:  0x%x %s\n", hex, s);
+        printk("%s\n\r", s);
 }
 
 /*


More information about the Linuxppc-embedded mailing list