Re: [PATCH 07/15] RISC-V: Remove AT_VECTOR_SIZE_ARCH from UAPI
Paul Walmsley <[email protected]>
| Newsgroups | gmane.linux.ports.alpha,gmane.linux.kernel.mm,gmane.linux.kernel,gmane.linux.kernel.cross-arch,gmane.linux.ports.arm.kernel,gmane.linux.ports.riscv,gmane.linux.ports.ppc64.devel,gmane.linux.ports.mips,gmane.linux.ports.sparc,gmane.linux.ports.sh.devel |
|---|---|
| Message-ID | <[email protected]> |
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