patch-2.4.7 linux/arch/ppc/boot/mbx/misc.c

Next file: linux/arch/ppc/boot/pmac/Makefile
Previous file: linux/arch/ppc/boot/common/misc-common.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.6/linux/arch/ppc/boot/mbx/misc.c linux/arch/ppc/boot/mbx/misc.c
@@ -1,5 +1,5 @@
 /*
- * BK Id: SCCS/s.misc.c 1.9 05/18/01 07:54:04 patch
+ * BK Id: SCCS/s.misc.c 1.11 07/18/01 15:46:50 trini
  */
 /*
  * Adapted for PowerPC by Gary Thomas
@@ -56,6 +56,9 @@
  */
 char	cmd_buf[256];
 char	*cmd_line = cmd_buf;
+
+/* We need to pass along a 'dummy' com_port. */
+unsigned long com_port = 0;
 
 /* This is the default cmdline that will be given to the user at boot time..
  * If none was specified at compile time, we'll give it one that should work.

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)