]> git.baikalelectronics.ru Git - kernel.git/commitdiff
Merge tag 'arm-adrl-replacement-for-v5.11' of git://git.kernel.org/pub/scm/linux...
authorRussell King <rmk+kernel@armlinux.org.uk>
Mon, 9 Nov 2020 10:19:56 +0000 (10:19 +0000)
committerRussell King <rmk+kernel@armlinux.org.uk>
Mon, 9 Nov 2020 10:19:56 +0000 (10:19 +0000)
Tidy up open coded relative references in asm

Use the newly introduced adr_l/ldr_l/str_l/mov_l assembler macros to
replace open coded VA-to-PA arithmetic in various places in the code. This
avoids the use of literals on v7+ CPUs, reduces the footprint of the code
in most cases, and generally makes the code easier to follow.

Series was posted here, and reviewed by Nicolas Pitre:
https://lore.kernel.org/linux-arm-kernel/20200914095706.3985-1-ardb@kernel.org/


Trivial merge