diff options
| author | Will Deacon <will@kernel.org> | 2025-09-24 16:33:53 +0100 |
|---|---|---|
| committer | Will Deacon <will@kernel.org> | 2025-09-24 16:33:53 +0100 |
| commit | 3d751c56c9de79b1624e45aba404177115b268c0 (patch) | |
| tree | b0ee8fc04a2890ed5aaafd41525f02424593c61d /arch/arm64/include/uapi | |
| parent | Merge branch 'for-next/cca' into for-next/core (diff) | |
| parent | arm64: cpufeature: add Neoverse-V3AE to BBML2 allow list (diff) | |
| download | linux-3d751c56c9de79b1624e45aba404177115b268c0.tar.gz linux-3d751c56c9de79b1624e45aba404177115b268c0.zip | |
Merge branch 'for-next/cpufeature' into for-next/core
* for-next/cpufeature:
arm64: cpufeature: add Neoverse-V3AE to BBML2 allow list
arm64: errata: Apply workarounds for Neoverse-V3AE
arm64: cputype: Add Neoverse-V3AE definitions
arm64: cpufeature: add AmpereOne to BBML2 allow list
arm64: cpufeature: Add Olympus MIDR to BBML2 allow list
arm64: cputype: Add NVIDIA Olympus definitions
arm64: cputype: Remove duplicate Cortex-X1C definitions
arm64: errata: Expand speculative SSBS workaround for Cortex-A720AE
arm64: cputype: Add Cortex-A720AE definitions
arm64/hwcap: Add hwcap for FEAT_LSFE
Diffstat (limited to 'arch/arm64/include/uapi')
| -rw-r--r-- | arch/arm64/include/uapi/asm/hwcap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/include/uapi/asm/hwcap.h b/arch/arm64/include/uapi/asm/hwcap.h index 72c78468b806..575564ecdb0b 100644 --- a/arch/arm64/include/uapi/asm/hwcap.h +++ b/arch/arm64/include/uapi/asm/hwcap.h @@ -145,5 +145,6 @@ */ #define HWCAP3_MTE_FAR (1UL << 0) #define HWCAP3_MTE_STORE_ONLY (1UL << 1) +#define HWCAP3_LSFE (1UL << 2) #endif /* _UAPI__ASM_HWCAP_H */ |
