ARM: p2v: move patching code to separate assembler source file
authorArd Biesheuvel <ardb@kernel.org>
Sun, 20 Sep 2020 15:51:55 +0000 (17:51 +0200)
committerArd Biesheuvel <ardb@kernel.org>
Wed, 28 Oct 2020 15:59:43 +0000 (16:59 +0100)
commiteae78e1a97201a81a851342ad9659b60f61a3951
tree7d8a6e7a2f8003b8e83ed196966002aa1615abe1
parent22f2d23098f7d34fc5142531cffb241d14611684
ARM: p2v: move patching code to separate assembler source file

Move the phys2virt patching code into a separate .S file before doing
some work on it.

Suggested-by: Nicolas Pitre <nico@fluxnic.net>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
arch/arm/kernel/Makefile
arch/arm/kernel/head.S
arch/arm/kernel/phys2virt.S [new file with mode: 0644]