Message ID | 201211081405.23202.arnd@arndb.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, 2012-11-08 at 14:05 +0000, Arnd Bergmann wrote: > diff --git a/arch/arm/include/debug/vexpress.S b/arch/arm/include/debug/vexpress.S > index 0c6abbf..dc8e882 100644 > --- a/arch/arm/include/debug/vexpress.S > +++ b/arch/arm/include/debug/vexpress.S > @@ -21,6 +21,7 @@ > #if defined(CONFIG_DEBUG_VEXPRESS_UART0_DETECT) > > .macro addruart,rp,rv,tmp > + .arch armv7-a Yes, will you apply it on your side (or fold it into the existing change) or do you want me to post a patch (or to update the vexpress-fixes branch?) Thanks for spotting this! Pawe?
On Thursday 08 November 2012, Pawel Moll wrote: > On Thu, 2012-11-08 at 14:05 +0000, Arnd Bergmann wrote: > > diff --git a/arch/arm/include/debug/vexpress.S b/arch/arm/include/debug/vexpress.S > > index 0c6abbf..dc8e882 100644 > > --- a/arch/arm/include/debug/vexpress.S > > +++ b/arch/arm/include/debug/vexpress.S > > @@ -21,6 +21,7 @@ > > #if defined(CONFIG_DEBUG_VEXPRESS_UART0_DETECT) > > > > .macro addruart,rp,rv,tmp > > + .arch armv7-a > > Yes, will you apply it on your side (or fold it into the existing > change) or do you want me to post a patch (or to update the > vexpress-fixes branch?) > > Thanks for spotting this! I've applied it manually now and added you Acked-by. Arnd
diff --git a/arch/arm/include/debug/vexpress.S b/arch/arm/include/debug/vexpress.S index 0c6abbf..dc8e882 100644 --- a/arch/arm/include/debug/vexpress.S +++ b/arch/arm/include/debug/vexpress.S @@ -21,6 +21,7 @@ #if defined(CONFIG_DEBUG_VEXPRESS_UART0_DETECT) .macro addruart,rp,rv,tmp + .arch armv7-a @ Make an educated guess regarding the memory map: @ - the original A9 core tile (based on ARM Cortex-A9 r0p1)