android_kernel_samsung_a7y1.../arch/arm/mach-davinci
Arnd Bergmann 5e9ff67373 ARM: davinci: fix sleep.S build error on ARMv4
[ Upstream commit d64b212ea960db4276a1d8372bd98cb861dfcbb0 ]

When building a multiplatform kernel that includes armv4 support,
the default target CPU does not support the blx instruction,
which leads to a build failure:

arch/arm/mach-davinci/sleep.S: Assembler messages:
arch/arm/mach-davinci/sleep.S:56: Error: selected processor does not support `blx ip' in ARM mode

Add a .arch statement in the sources to make this file build.

Link: https://lore.kernel.org/r/20190722145211.1154785-1-arnd@arndb.de
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-04-06 20:39:09 +02:00
..
include/mach
aemif.c
asp.h
board-da830-evm.c
board-da850-evm.c ARM: davinci: da850-evm: call regulator_has_full_constraints() 2020-04-06 19:26:15 +02:00
board-dm355-evm.c
board-dm355-leopard.c
board-dm365-evm.c
board-dm644x-evm.c
board-dm646x-evm.c
board-mityomapl138.c
board-neuros-osd2.c
board-omapl138-hawk.c
board-sffsdr.c
clock.c
clock.h
common.c
cp_intc.c
cpuidle.c
da8xx-dt.c
da830.c
da850.c
davinci.h
devices-da8xx.c ARM: davinci: da8xx: specify dma_coherent_mask for lcdc 2020-04-06 19:26:18 +02:00
devices.c
dm355.c
dm365.c
dm644x.c
dm646x.c
irq.c
Kconfig
Makefile
Makefile.boot
mux.c
mux.h
pm_domain.c
pm.c
psc.c
serial.c
sleep.S ARM: davinci: fix sleep.S build error on ARMv4 2020-04-06 20:39:09 +02:00
sram.c
time.c
usb.c