]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: sunxi: smp: Move assembly code into a file
authorMylène Josserand <mylene.josserand@bootlin.com>
Fri, 4 May 2018 19:05:35 +0000 (21:05 +0200)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Tue, 8 May 2018 12:47:36 +0000 (14:47 +0200)
commitdff052ccf3650264a03dd8f0413c922337048e41
tree1c3059776599af271ce6721c6a7b215e69ae21de
parent17e49a9e906202153092ccf740d758e6e00bcf3e
ARM: sunxi: smp: Move assembly code into a file

Move the assembly code for cluster cache enabling and resuming
into an assembly file instead of having it directly in C code.

Remove the CFLAGS because we are using the ARM directive "arch"
instead.

Signed-off-by: Mylène Josserand <mylene.josserand@bootlin.com>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
arch/arm/mach-sunxi/Makefile
arch/arm/mach-sunxi/headsmp.S [new file with mode: 0644]
arch/arm/mach-sunxi/mc_smp.c