All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: octeon: Fix missed PTR->PTR_WD conversion
@ 2022-01-31 10:07 Thomas Bogendoerfer
  2022-02-01  8:02 ` Thomas Bogendoerfer
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Bogendoerfer @ 2022-01-31 10:07 UTC (permalink / raw)
  To: linux-mips, linux-kernel

Fixes: fa62f39dc7e2 ("MIPS: Fix build error due to PTR used in more places")
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
---
 arch/mips/cavium-octeon/octeon-memcpy.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/cavium-octeon/octeon-memcpy.S b/arch/mips/cavium-octeon/octeon-memcpy.S
index 0a515cde1c18..25860fba6218 100644
--- a/arch/mips/cavium-octeon/octeon-memcpy.S
+++ b/arch/mips/cavium-octeon/octeon-memcpy.S
@@ -74,7 +74,7 @@
 #define EXC(inst_reg,addr,handler)		\
 9:	inst_reg, addr;				\
 	.section __ex_table,"a";		\
-	PTR	9b, handler;			\
+	PTR_WD	9b, handler;			\
 	.previous
 
 /*
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MIPS: octeon: Fix missed PTR->PTR_WD conversion
  2022-01-31 10:07 [PATCH] MIPS: octeon: Fix missed PTR->PTR_WD conversion Thomas Bogendoerfer
@ 2022-02-01  8:02 ` Thomas Bogendoerfer
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Bogendoerfer @ 2022-02-01  8:02 UTC (permalink / raw)
  To: linux-mips, linux-kernel

On Mon, Jan 31, 2022 at 11:07:02AM +0100, Thomas Bogendoerfer wrote:
> Fixes: fa62f39dc7e2 ("MIPS: Fix build error due to PTR used in more places")
> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
> ---
>  arch/mips/cavium-octeon/octeon-memcpy.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/mips/cavium-octeon/octeon-memcpy.S b/arch/mips/cavium-octeon/octeon-memcpy.S
> index 0a515cde1c18..25860fba6218 100644
> --- a/arch/mips/cavium-octeon/octeon-memcpy.S
> +++ b/arch/mips/cavium-octeon/octeon-memcpy.S
> @@ -74,7 +74,7 @@
>  #define EXC(inst_reg,addr,handler)		\
>  9:	inst_reg, addr;				\
>  	.section __ex_table,"a";		\
> -	PTR	9b, handler;			\
> +	PTR_WD	9b, handler;			\
>  	.previous
>  
>  /*
> -- 
> 2.29.2

applied to mips-fixes.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-01  8:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-31 10:07 [PATCH] MIPS: octeon: Fix missed PTR->PTR_WD conversion Thomas Bogendoerfer
2022-02-01  8:02 ` Thomas Bogendoerfer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.