[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7b4228ab-a645-4cb0-8f05-000aa78f5f27@ghiti.fr>
Date: Wed, 30 Oct 2024 09:33:07 +0100
From: Alexandre Ghiti <alex@...ti.fr>
To: Andreas Schwab <schwab@...e.de>, linux-riscv@...ts.infradead.org
Cc: Charlie Jenkins <charlie@...osinc.com>,
Paul Walmsley <paul.walmsley@...ive.com>, Palmer Dabbelt
<palmer@...belt.com>, Albert Ou <aou@...s.berkeley.edu>,
Andrea Parri <parri.andrea@...il.com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] tools: add forwarding header for
arch/riscv/include/asm/fence.h
Hi Andreas,
On 07/10/2024 09:24, Andreas Schwab wrote:
> This is needed so that <asm/barrier.h> can find <asm/fence.h> on riscv.
>
> Fixes: 6d74d178fe6e ("tools: Add riscv barrier implementation")
> Signed-off-by: Andreas Schwab <schwab@...e.de>
> ---
> tools/include/asm/fence.h | 3 +++
> 1 file changed, 3 insertions(+)
> create mode 100644 tools/include/asm/fence.h
>
> diff --git a/tools/include/asm/fence.h b/tools/include/asm/fence.h
> new file mode 100644
> index 000000000000..917a173059a4
> --- /dev/null
> +++ b/tools/include/asm/fence.h
> @@ -0,0 +1,3 @@
> +#if defined(__riscv)
> +#include "../../arch/riscv/include/asm/fence.h"
> +#endif
Thanks for the patch!
Tested-by: Alexandre Ghiti <alexghiti@...osinc.com>
Alex
Powered by blists - more mailing lists