[PATCH] RISC-V: Add support for Ztso
Conor.Dooley at microchip.com
Conor.Dooley at microchip.com
Fri Sep 16 03:00:35 PDT 2022
On 02/09/2022 04:43, Palmer Dabbelt wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> The Ztso extension was recently frozen, this adds support for running
> binaries that depend on TSO on systems that support Ztso.
>
> Signed-off-by: Palmer Dabbelt <palmer at rivosinc.com>
> /*
> - * This is used to ensure we don't load something for the wrong architecture.
> + * Binaries that assume TSO cannot be correctly run on non-TSO systems, so
> + * prevent them from even being loaded.
> + */
> +#define EF_RISCV_TSO 0x0010
My only comment, and I asked this on the other patch too, is why is this
not s/EF/ELF like the other defines in the file?
Thanks,
Conor.
More information about the linux-riscv
mailing list