patch-2.4.20 linux-2.4.20/arch/ppc/kernel/m8xx_setup.c
Next file: linux-2.4.20/arch/ppc/kernel/misc.S
Previous file: linux-2.4.20/arch/ppc/kernel/m8260_setup.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Thu Nov 28 15:53:11 2002
- Orig file:
linux-2.4.19/arch/ppc/kernel/m8xx_setup.c
- Orig date:
Fri Aug 2 17:39:43 2002
diff -urN linux-2.4.19/arch/ppc/kernel/m8xx_setup.c linux-2.4.20/arch/ppc/kernel/m8xx_setup.c
@@ -1,5 +1,5 @@
/*
- * BK Id: SCCS/s.m8xx_setup.c 1.40 11/13/01 21:26:07 paulus
+ * BK Id: %F% %I% %G% %U% %#%
*
* linux/arch/ppc/kernel/setup.c
*
@@ -43,8 +43,9 @@
#include <asm/mpc8xx.h>
#include <asm/8xx_immap.h>
#include <asm/machdep.h>
-
+#include <asm/bootinfo.h>
#include <asm/time.h>
+
#include "ppc8xx_pic.h"
static int m8xx_set_rtc_time(unsigned long time);
@@ -343,6 +344,8 @@
platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
unsigned long r6, unsigned long r7)
{
+ parse_bootinfo(find_bootinfo());
+
if ( r3 )
memcpy( (void *)__res,(void *)(r3+KERNELBASE), sizeof(bd_t) );
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)