From: James S. <jsi...@us...> - 2002-04-16 19:32:03
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/ppc/platforms In directory usw-pr-cvs1:/tmp/cvs-serv13887/linux/arch/ppc/platforms Modified Files: chrp_setup.c Log Message: Synced to 2.5.8. Index: chrp_setup.c =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/arch/ppc/platforms/chrp_setup.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- chrp_setup.c 14 Mar 2002 22:32:22 -0000 1.1 +++ chrp_setup.c 16 Apr 2002 17:41:48 -0000 1.2 @@ -545,7 +545,7 @@ * Print the banner, then scroll down so boot progress * can be printed. -- Cort */ - if ( ppc_md.progress ) ppc_md.progress("Linux/PPC "UTS_RELEASE"\n", 0x0); + if (ppc_md.progress) ppc_md.progress("Linux/PPC "UTS_RELEASE"\n", 0x0); } void __chrp |