From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tirumala Marri Date: Mon, 30 Aug 2010 10:42:40 -0700 Subject: [U-Boot] [PATCH 5/8] APM82xxx: Add UIC support In-Reply-To: <4C778FAA.7010807@mvista.com> References: <1282856765-24544-1-git-send-email-tmarri@apm.com> <4C778FAA.7010807@mvista.com> Message-ID: <8f4cc63e9e3dd4adbf997688e19768f5@mail.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > > > This patch adds Universal Interrupt Controller support for > > APM82XXX processor. > > > Signed-off-by: Tirumala R Marri > [...] > > diff --git a/arch/powerpc/include/asm/ppc4xx-uic.h > b/arch/powerpc/include/asm/ppc4xx-uic.h > > index 782d045..238b70b 100644 > > --- a/arch/powerpc/include/asm/ppc4xx-uic.h > > +++ b/arch/powerpc/include/asm/ppc4xx-uic.h > [...] > > @@ -252,7 +252,8 @@ > > #define VECNUM_ETH0 (32 + 28) > > #endif /* CONFIG_440SPE */ > > > > -#if defined(CONFIG_460EX) || defined(CONFIG_460GT) > > +#if defined(CONFIG_460EX) || defined(CONFIG_460GT) ||\ > > Please add space before \ to keep the style consistent. [Marri] Sure will fix it. Regards, Marri