Re: [PATCH for-8.1 00/17] centralize CPU extensions logic

2023-03-09 Thread Daniel Henrique Barboza
Just realized that the subject doesn't mention 'riscv' anywhere. Yes, this is target/riscv specific. I'll make sure to mention that in the future versions. Thanks, Daniel On 3/8/23 17:19, Daniel Henrique Barboza wrote: Hi, During the review of a series that did some work in the RISCV_FEATUR

[PATCH for-8.1 00/17] centralize CPU extensions logic

2023-03-08 Thread Daniel Henrique Barboza
Hi, During the review of a series that did some work in the RISCV_FEATURES* enum, Liu Zhiwei commented on how we could centralize the all the extension validation code and integrate it with write_misa() [1]. This does at least part of what was suggested. The idea is that, ATM, we have too many pl