Re: [PATCH] riscv: unaligned: Fix check_vector_unaligned_access() stub name
Paul Walmsley <[email protected]> Mon, 3 Aug 2026 18:05:08 -0600 (MDT)
| Newsgroups | gmane.linux.ports.riscv,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 30 Jul 2026, Nam Cao wrote: > When CONFIG_RISCV_PROBE_VECTOR_UNALIGNED_ACCESS=n, the no-op stub for > check_vector_unaligned_access() has the wrong name and causes compile > failure. > > Correct the name. Thanks, looks like I broke this during conflict resolution. Sorry about that. I squashed the fix into the original as you suggested. - Paul