Re: [PATCH 7/9] riscv: remove duplicate macros from ptrace.h

From: Paul Walmsley
Date: Thu Apr 25 2019 - 16:05:32 EST




On Thu, 25 Apr 2019, Christoph Hellwig wrote:

> On Thu, Apr 25, 2019 at 12:13:18PM -0700, Paul Walmsley wrote:
> >
> >
> > On Thu, 11 Apr 2019, Christoph Hellwig wrote:
> >
> > > No need to have two names for the same thing.
> > >
> > > Signed-off-by: Christoph Hellwig <hch@xxxxxx>
> >
> > This is probably worth cleaning up across the entire tree.
> >
> > asm-{generic,x86,arm64,powerpc}/ptrace.h all define similar GET_IP/SET_IP
> > macros - although it seems that arch/riscv is the only architecture that
> > uses them.
>
> Yes, we had that discussion before. I've started on a series for that,
> but it is unlikely to touch riscv.

OK, if you're planning to post a separate series for that across the tree,
then:

Reviewed-by: Paul Walmsley <paul.walmsley@xxxxxxxxxx>

for this RISC-V patch.


- Paul