Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | arm: add HWCAP_ARM_ hwcap macros | Szabolcs Nagy | 2017-08-29 | 1 | -0/+24 |
| | | | | | | | Glibc renamed the linux uapi HWCAP_* macros to HWCAP_ARM_* so have both variants in case some code depends on it. (The HWCAP2_ macros are not defined in glibc currently so those only have the linux uapi variant.) | ||||
* | add bits/hwcap.h and include it in sys/auxv.h | Szabolcs Nagy | 2016-10-20 | 1 | -0/+29 |
aarch64, arm, mips, mips64, mipsn32, powerpc, powerpc64 and sh have cpu feature bits defined in linux for AT_HWCAP auxv entry, so expose those in sys/auxv.h it seems the mips hwcaps were never exposed to userspace neither by linux nor by glibc, but that's most likely an oversight. |