On 24-04-2025 23:01, Clément Léger wrote:
+ /* + * Either we successfully requested misaligned traps delegation for all + * CPUS or the SBI does not implemented FWFT extension but delegated the
"CPUS" -> corrected to "CPUs" (case and plural form). "does not implemented" -> corrected to "does not implement" "CPUs, or the SBI does not implement the FWFT extension"
+ * exception by default. + */ + return misaligned_traps_delegated || + all_cpus_unaligned_scalar_access_emulated(); +}
Thanks, Alok