patch-2.4.6 linux/arch/ppc/boot/chrp/main.c
Next file: linux/arch/ppc/boot/common/misc-common.c
Previous file: linux/arch/ppc/8xx_io/uart.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Mon Jul 2 14:34:57 2001
- Orig file:
v2.4.5/linux/arch/ppc/boot/chrp/main.c
- Orig date:
Thu May 24 15:02:06 2001
diff -u --recursive --new-file v2.4.5/linux/arch/ppc/boot/chrp/main.c linux/arch/ppc/boot/chrp/main.c
@@ -1,5 +1,5 @@
/*
- * BK Id: SCCS/s.main.c 1.7 05/18/01 06:20:29 patch
+ * BK Id: SCCS/s.main.c 1.9 06/12/01 16:42:26 paulus
*/
/*
* Copyright (C) Paul Mackerras 1997.
@@ -100,13 +100,13 @@
rec->tag = BI_MACHTYPE;
rec->data[0] = _MACH_chrp;
rec->data[1] = 1;
- rec->size = sizeof(struct bi_record) + sizeof(unsigned long);
+ rec->size = sizeof(struct bi_record) + 2 * sizeof(unsigned long);
rec = (struct bi_record *)((unsigned long)rec + rec->size);
#if 0
rec->tag = BI_SYSMAP;
rec->data[0] = (unsigned long)sysmap_data;
rec->data[1] = sysmap_len;
- rec->size = sizeof(struct bi_record) + sizeof(unsigned long);
+ rec->size = sizeof(struct bi_record) + 2 * sizeof(unsigned long);
rec = (struct bi_record *)((unsigned long)rec + rec->size);
#endif
rec->tag = BI_LAST;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)