ARM: omap3: Thumb-2 compatibility for sleep34xx.S
authorDave Martin <dave.martin@linaro.org>
Fri, 4 Mar 2011 15:33:57 +0000 (15:33 +0000)
committerKevin Hilman <khilman@ti.com>
Thu, 10 Mar 2011 00:38:37 +0000 (16:38 -0800)
commitdd31394779aa288eb6b9c42672ffcb6d05d6c414
tree607b6f614f9b3656ab4641445b1e418d82777f18
parentef7a87d34064eb87866d02547ee67060e5e49eb9
ARM: omap3: Thumb-2 compatibility for sleep34xx.S

 * Build unconditionally as ARM for correct interoperation with
   OMAP firmware.

 * Fix an out-of-range ADR when building for ARM.

 * Remove deprecated PC-relative stores.

 * Add the required ENDPROC() directive for each ENTRY().

 * .align before data words.

 * Handle non-interworking return from v7_flush_dcache_all.

Signed-off-by: Dave Martin <dave.martin@linaro.org>
Signed-off-by: Kevin Hilman <khilman@ti.com>
arch/arm/mach-omap2/sleep34xx.S