[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2f8ce63d-f201-4ff9-a983-c300d10cecf5@oracle.com>
Date: Thu, 24 Apr 2025 23:48:46 +0530
From: ALOK TIWARI <alok.a.tiwari@...cle.com>
To: Clément Léger <cleger@...osinc.com>,
Paul Walmsley <paul.walmsley@...ive.com>,
Palmer Dabbelt
<palmer@...belt.com>, Anup Patel <anup@...infault.org>,
Atish Patra <atishp@...shpatra.org>, Shuah Khan <shuah@...nel.org>,
Jonathan Corbet <corbet@....net>, linux-riscv@...ts.infradead.org,
linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org,
kvm@...r.kernel.org, kvm-riscv@...ts.infradead.org,
linux-kselftest@...r.kernel.org
Cc: Samuel Holland <samuel.holland@...ive.com>,
Andrew Jones <ajones@...tanamicro.com>,
Deepak Gupta <debug@...osinc.com>
Subject: Re: [PATCH v6 10/14] riscv: misaligned: add a function to check
misalign trap delegability
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
Powered by blists - more mailing lists