aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/bits/hwcap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc: update hwcap.h for linux v4.15•••PPC_FEATURE2_HTM_NO_SUSPEND is new in linux commit cba6ac4869e45cc93ac5497024d1d49576e82666 PPC_FEATURE2_DARN and PPC_FEATURE2_SCV were new in v4.12 in commit a4700a26107241cc7b9ac8528b2c6714ff99983d Szabolcs Nagy2018-02-221-0/+3
* add bits/hwcap.h and include it in sys/auxv.h•••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. Szabolcs Nagy2016-10-201-0/+40