diff options
author | Will Deacon <will@kernel.org> | 2022-07-25 11:58:10 +0200 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2022-07-25 11:58:10 +0200 |
commit | 92867739e3439ecc9bfa0a106be515d93f14c735 (patch) | |
tree | de0760bee7f4f5f8da5da8d94d995b1d334b7332 /arch/arm64/kernel/cpuinfo.c | |
parent | Merge branch 'for-next/vdso' into for-next/core (diff) | |
parent | arm64/hwcap: Support FEAT_EBF16 (diff) | |
download | linux-92867739e3439ecc9bfa0a106be515d93f14c735.tar.xz linux-92867739e3439ecc9bfa0a106be515d93f14c735.zip |
Merge branch 'for-next/cpufeature' into for-next/core
* for-next/cpufeature:
arm64/hwcap: Support FEAT_EBF16
arm64/cpufeature: Store elf_hwcaps as a bitmap rather than unsigned long
arm64/hwcap: Document allocation of upper bits of AT_HWCAP
arm64: trap implementation defined functionality in userspace
Diffstat (limited to 'arch/arm64/kernel/cpuinfo.c')
-rw-r--r-- | arch/arm64/kernel/cpuinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/kernel/cpuinfo.c b/arch/arm64/kernel/cpuinfo.c index 3628b8a28e92..26baa87e8fe7 100644 --- a/arch/arm64/kernel/cpuinfo.c +++ b/arch/arm64/kernel/cpuinfo.c @@ -114,6 +114,7 @@ static const char *const hwcap_str[] = { [KERNEL_HWCAP_SME_F32F32] = "smef32f32", [KERNEL_HWCAP_SME_FA64] = "smefa64", [KERNEL_HWCAP_WFXT] = "wfxt", + [KERNEL_HWCAP_EBF16] = "ebf16", }; #ifdef CONFIG_COMPAT |