[PATCH 15/15] auxvec.h: Drop fallback AT_VECTOR_SIZE_ARCH
Thomas Weißschuh <[email protected]>
| Newsgroups | gmane.linux.ports.riscv,gmane.linux.kernel.mm,gmane.linux.kernel,gmane.linux.kernel.cross-arch,gmane.linux.ports.arm.kernel,gmane.linux.ports.ppc64.devel,gmane.linux.ports.mips,gmane.linux.ports.sparc,gmane.linux.ports.sh.devel,gmane.linux.ports.alpha |
|---|---|
| Message-ID | <[email protected]> |
All asm headers now define this constant. Signed-off-by: Thomas Weißschuh <[email protected]> --- include/linux/auxvec.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/linux/auxvec.h b/include/linux/auxvec.h index 68c9d6b118a9..814f984726d6 100644 --- a/include/linux/auxvec.h +++ b/include/linux/auxvec.h @@ -9,10 +9,6 @@ #define AT_VECTOR_SIZE_BASE 22 /* NEW_AUX_ENT entries in auxiliary table */ /* number of "#define AT_.*" above, minus {AT_NULL, AT_IGNORE, AT_NOTELF} */ -#ifndef AT_VECTOR_SIZE_ARCH -#define AT_VECTOR_SIZE_ARCH 0 -#endif - #define AT_VECTOR_SIZE (2*(AT_VECTOR_SIZE_ARCH + AT_VECTOR_SIZE_BASE + 1)) #endif /* _LINUX_AUXVEC_H */ -- 2.53.0 _______________________________________________ linux-riscv mailing list [email protected] http://lists.infradead.org/mailman/listinfo/linux-riscv