mbox series

[0/3] arm64: {adr,ldr}_l cleanup

Message ID 1484669458-31713-1-git-send-email-mark.rutland@arm.com
Headers show
Series arm64: {adr,ldr}_l cleanup | expand

Message

Mark Rutland Jan. 17, 2017, 4:10 p.m. UTC
Hi,

While looking at the way we use adrp, I spotted that there are still a few
open-coded instances of adr_l and ldr_l.

These patches clean those up, making the code a little easier to follow.

Thanks,
Mark.

Mark Rutland (3):
  arm64: head.S: avoid open-coded adr_l
  arm64: efi-entry.S: avoid open-coded adr_l
  arm64: entry-ftrace.S: avoid open-coded {adr,ldr}_l

 arch/arm64/kernel/efi-entry.S    |  9 +++------
 arch/arm64/kernel/entry-ftrace.S | 12 ++++--------
 arch/arm64/kernel/head.S         |  3 +--
 3 files changed, 8 insertions(+), 16 deletions(-)

-- 
1.9.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

Comments

Ard Biesheuvel Jan. 17, 2017, 4:15 p.m. UTC | #1
On 17 January 2017 at 16:10, Mark Rutland <mark.rutland@arm.com> wrote:
> Hi,

>

> While looking at the way we use adrp, I spotted that there are still a few

> open-coded instances of adr_l and ldr_l.

>

> These patches clean those up, making the code a little easier to follow.

>


For the series:
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>


> Thanks,

> Mark.

>

> Mark Rutland (3):

>   arm64: head.S: avoid open-coded adr_l

>   arm64: efi-entry.S: avoid open-coded adr_l

>   arm64: entry-ftrace.S: avoid open-coded {adr,ldr}_l

>

>  arch/arm64/kernel/efi-entry.S    |  9 +++------

>  arch/arm64/kernel/entry-ftrace.S | 12 ++++--------

>  arch/arm64/kernel/head.S         |  3 +--

>  3 files changed, 8 insertions(+), 16 deletions(-)

>

> --

> 1.9.1

>


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Will Deacon Jan. 17, 2017, 5:41 p.m. UTC | #2
On Tue, Jan 17, 2017 at 04:10:55PM +0000, Mark Rutland wrote:
> While looking at the way we use adrp, I spotted that there are still a few

> open-coded instances of adr_l and ldr_l.

> 

> These patches clean those up, making the code a little easier to follow.


Thanks, queued for 4.11.

Will

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel