From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
To: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] MIPS: octeon: Fix missed PTR->PTR_WD conversion
Date: Tue, 1 Feb 2022 09:02:01 +0100 [thread overview]
Message-ID: <20220201080201.GB5886@alpha.franken.de> (raw)
In-Reply-To: <20220131100702.57096-1-tsbogend@alpha.franken.de>
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 ]
prev parent reply other threads:[~2022-02-01 8:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-31 10:07 Thomas Bogendoerfer
2022-02-01 8:02 ` Thomas Bogendoerfer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220201080201.GB5886@alpha.franken.de \
--to=tsbogend@alpha.franken.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®