Re: [PATCH v6 10/14] riscv: misaligned: add a function to check misalign trap delegability

From: ALOK TIWARI
Date: Thu Apr 24 2025 - 14:19:20 EST




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