diff options
author | Szabolcs Nagy <nsz@port70.net> | 2017-06-17 21:23:57 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2017-11-05 18:41:04 -0500 |
commit | bd1560f6eb5127501ad6b7905479b4135c3d1a02 (patch) | |
tree | 8bdfcf9a297cc1ae32596aeeb7b3c9477dd8337d /arch/aarch64/bits | |
parent | cee73f0c10535f87e3e108697a4af5453f5f04c0 (diff) | |
download | musl-bd1560f6eb5127501ad6b7905479b4135c3d1a02.tar.gz |
update aarch64 hwcap.h for linux v4.11
new hwcap bits were added in kernel commits
77c97b4ee21290f5f083173d957843b615abbff2
f92f5ce01ee6a6a86cbfc4e3b0d18529c302b1ea
Diffstat (limited to 'arch/aarch64/bits')
-rw-r--r-- | arch/aarch64/bits/hwcap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/aarch64/bits/hwcap.h b/arch/aarch64/bits/hwcap.h index 2b923f71..26c14545 100644 --- a/arch/aarch64/bits/hwcap.h +++ b/arch/aarch64/bits/hwcap.h @@ -9,3 +9,5 @@ #define HWCAP_ATOMICS (1 << 8) #define HWCAP_FPHP (1 << 9) #define HWCAP_ASIMDHP (1 << 10) +#define HWCAP_CPUID (1 << 11) +#define HWCAP_ASIMDRDM (1 << 12) |