[PATCH] tools: add forwarding header for arch/riscv/include/asm/fence.h
Anand Moon
linux.amoon at gmail.com
Tue Oct 29 07:46:08 PDT 2024
Hi Andreas,
On Tue, 8 Oct 2024 at 05:29, Andreas Schwab <schwab at suse.de> 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 at suse.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 this Fix.
Reviewed-by: Anand Moon <linux.amoon at gmail.com>
Thanks
-Anand
> 2.46.2
>
>
> --
> Andreas Schwab, SUSE Labs, schwab at suse.de
> GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
> "And now for something completely different."
>
> _______________________________________________
> linux-riscv mailing list
> linux-riscv at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-riscv
More information about the linux-riscv
mailing list