mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
target/riscv: rename ext_icbom to ext_zicbom
Add a leading 'z' to improve grepping. When one wants to search for uses of zicbom they're more likely to do 'grep -i zicbom' than 'grep -i icbom'. 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-4-dbarboza@ventanamicro.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
960b389b7d
commit
a326a2b0b2
5 changed files with 12 additions and 12 deletions
|
@ -63,7 +63,7 @@ struct RISCVCPUConfig {
|
|||
bool ext_zkt;
|
||||
bool ext_zifencei;
|
||||
bool ext_zicsr;
|
||||
bool ext_icbom;
|
||||
bool ext_zicbom;
|
||||
bool ext_icboz;
|
||||
bool ext_zicond;
|
||||
bool ext_zihintntl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue