about summary refs log tree commit diff
path: root/arch/mips64/bits/hwcap.h
Commit message (Collapse)AuthorAgeFilesLines
* mips: add HWCAP_ flags from linux v4.17Szabolcs Nagy2018-06-191-0/+1
| | | | new in linux commit 256211f2b0b251e532d1899b115e374feb16fa7a
* add bits/hwcap.h and include it in sys/auxv.hSzabolcs Nagy2016-10-201-0/+2
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.