Re: [PATCH] arch/arm64/include/asm/jump_label.h: use asm_volatile_goto

2018-09-10 Thread Nick Desaulniers
On Mon, Sep 10, 2018 at 2:49 AM Will Deacon wrote: > > On Sun, Sep 09, 2018 at 05:47:31PM +0200, Miguel Ojeda wrote: > > All other uses of "asm goto" go through asm_volatile_goto > > (including the arm version of the same file). For consistency, > > use it here as well. > > > > Cc: Nick

Re: [PATCH] arch/arm64/include/asm/jump_label.h: use asm_volatile_goto

2018-09-10 Thread Nick Desaulniers
On Mon, Sep 10, 2018 at 2:49 AM Will Deacon wrote: > > On Sun, Sep 09, 2018 at 05:47:31PM +0200, Miguel Ojeda wrote: > > All other uses of "asm goto" go through asm_volatile_goto > > (including the arm version of the same file). For consistency, > > use it here as well. > > > > Cc: Nick

Re: [PATCH] arch/arm64/include/asm/jump_label.h: use asm_volatile_goto

2018-09-10 Thread Will Deacon
On Sun, Sep 09, 2018 at 05:47:31PM +0200, Miguel Ojeda wrote: > All other uses of "asm goto" go through asm_volatile_goto > (including the arm version of the same file). For consistency, > use it here as well. > > Cc: Nick Desaulniers > Cc: Catalin Marinas > Cc: Will Deacon > Cc:

Re: [PATCH] arch/arm64/include/asm/jump_label.h: use asm_volatile_goto

2018-09-10 Thread Will Deacon
On Sun, Sep 09, 2018 at 05:47:31PM +0200, Miguel Ojeda wrote: > All other uses of "asm goto" go through asm_volatile_goto > (including the arm version of the same file). For consistency, > use it here as well. > > Cc: Nick Desaulniers > Cc: Catalin Marinas > Cc: Will Deacon > Cc:

[PATCH] arch/arm64/include/asm/jump_label.h: use asm_volatile_goto

2018-09-09 Thread Miguel Ojeda
All other uses of "asm goto" go through asm_volatile_goto (including the arm version of the same file). For consistency, use it here as well. Cc: Nick Desaulniers Cc: Catalin Marinas Cc: Will Deacon Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Miguel Ojeda ---

[PATCH] arch/arm64/include/asm/jump_label.h: use asm_volatile_goto

2018-09-09 Thread Miguel Ojeda
All other uses of "asm goto" go through asm_volatile_goto (including the arm version of the same file). For consistency, use it here as well. Cc: Nick Desaulniers Cc: Catalin Marinas Cc: Will Deacon Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Miguel Ojeda ---