On Tue, Apr 16, 2013 at 11:09:09AM -0600, Stephen Warren wrote: > From: Stephen Warren <swarren@xxxxxxxxxx> > > When building the kernel with CONFIG_THUMB2_KERNEL enabled, older > assemblers may emit the following error: > > reset-handler.S:78: Error: invalid immediate for address calculation (value = 0x00000004) > > Using an explicit adr.w instruction will solve this. Newer assemblers do > this automatically. Use the W() macro to do this under Thumb mode only. > > Inspired-by: Joseph Lo <josephl@xxxxxxxxxx> > Suggested-by: Dave Martin <dave.martin@xxxxxxxxxx> > Signed-off-by: Stephen Warren <swarren@xxxxxxxxxx> > --- > Olof, Arnd, > > Can you please apply this directly to arm-soc. Thanks. > > This patch replaces patch 3/3 "ARM: tegra: make sure the pointer on 4 > byte align when THUMB2_KERNEL enabled" which I forwarded yesterday. It > can be applied to wherever Tegra's for-3.10/fixes branch was applied, > and doesn't cause any conflicts/merge-issues with any other Tegra patches > this cycle. Applied. -Olof -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html