Re: [PATCH 07/15] RISC-V: Remove AT_VECTOR_SIZE_ARCH from UAPI
Paul Walmsley <[email protected]>
| Newsgroups | gmane.linux.ports.ppc.embedded |
|---|---|
| Message-ID | <236a0edb-76f4-a28c-175b-f43994310a9f__19194.7572211333$1787279042$gmane$org@kernel.org> |
On Mon, 2 Mar 2026, Thomas WeiÃschuh wrote: > There is nothing userspace can do with this value. In the kernel is > always combined with AT_VECTOR_SIZE_BASE, which is not exposed to > userspace and also changes from time to time. > > Move the symbol to a kernel-internal header. > > Signed-off-by: Thomas WeiÃschuh <[email protected]> Acked-by: Paul Walmsley <[email protected]> # arch/riscv - Paul