configs: *: Restrict non-RVA23 CPU errata to rva20 - #4
Conversation
These extra CPU errata handling don't apply to RVA23 machines, and a few of them introduce noticible overhead by inserting nops in critical paths. Disable all of them. Signed-off-by: Vivian Wang <wangruikang@iscas.ac.cn>
These extra CPU errata handling don't apply to RVA23 machines, and a few of them introduce noticible overhead by inserting nops in critical paths. Disable all of them. Signed-off-by: Vivian Wang <wangruikang@iscas.ac.cn>
|
Whether newer cores need |
The C908/C907/C920v2+ all have svpbmt. |
|
Svpbmt isn't related to PMU -- it's related to MAE. |
|
|
@Icenowy At least on SG2044 (which is not quite RVA23), it has (standard) Sscofpmf and non-zero The same goes for CMO and MAE |
These extra CPU errata handling don't apply to RVA23 machines, and a few of them introduce noticible overhead by inserting nops in critical paths. Disable all of them.