mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
target/riscv: rename ext_icsr to ext_zicsr
Add a leading 'z' to improve grepping. When one wants to search for uses of zicsr they're more likely to do 'grep -i zicsr' than 'grep -i icsr'. Suggested-by: Andrew Jones <ajones@ventanamicro.com> Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Andrew Jones <ajones@ventanamicro.com> Message-ID: <20231012164604.398496-3-dbarboza@ventanamicro.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
12b12a14c7
commit
960b389b7d
6 changed files with 22 additions and 22 deletions
|
@ -414,7 +414,7 @@ void riscv_setup_rom_reset_vec(MachineState *machine, RISCVHartArrayState *harts
|
|||
reset_vec[4] = 0x0182b283; /* ld t0, 24(t0) */
|
||||
}
|
||||
|
||||
if (!harts->harts[0].cfg.ext_icsr) {
|
||||
if (!harts->harts[0].cfg.ext_zicsr) {
|
||||
/*
|
||||
* The Zicsr extension has been disabled, so let's ensure we don't
|
||||
* run the CSR instruction. Let's fill the address with a non
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue