Hello! The last hunk in this patch looks a bit strange to me:
> --- /dev/null > +++ b/arch/ppc/syslib/mpc8xx_sys.c > > [ ... ] > > + .mask = 0x00000000, > + .value = 0x00000000, > + }, > +}; > @@ -101,6 +105,22 @@ extern unsigned char __res[]; > > struct pt_regs; > > +enum ppc_sys_devices { Seems a bit inbetween is missing... Best regards, Peter -----Original Message----- From: Vitaly Bordug [mailto:[EMAIL PROTECTED] Sent: Friday, August 19, 2005 2:44 PM To: Kumar Gala Cc: linuxppc-embedded list; Schaefer-Hutter, Peter Subject: [RFC][PATCH] [1/2] 8xx platform definitions This is preliminary version of 8xx platform definitions. Currently sys section contains only MPC885 and MPC866. Working example of board-specific setup will follow. Signed-off-by: Vitaly Bordug <vbordug at ru.mvista.com> -- Sincerely, Vitaly