]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitee79168fec16b170ab272783dcb5ddb916d4f3eb
tree7d8a6e7a2f8003b8e83ed196966002aa1615abe1
parentc26becdd5d4380f3879df0935c285442227ee1a0
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]