diff options
Diffstat (limited to 'arch/arm64/kernel/cpufeature.c')
-rw-r--r-- | arch/arm64/kernel/cpufeature.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kernel/cpufeature.c b/arch/arm64/kernel/cpufeature.c index af50064dea51..aec5ecb85737 100644 --- a/arch/arm64/kernel/cpufeature.c +++ b/arch/arm64/kernel/cpufeature.c | |||
@@ -1333,7 +1333,6 @@ static const struct arm64_cpu_capabilities arm64_features[] = { | |||
1333 | .cpu_enable = cpu_enable_hw_dbm, | 1333 | .cpu_enable = cpu_enable_hw_dbm, |
1334 | }, | 1334 | }, |
1335 | #endif | 1335 | #endif |
1336 | #ifdef CONFIG_ARM64_SSBD | ||
1337 | { | 1336 | { |
1338 | .desc = "CRC32 instructions", | 1337 | .desc = "CRC32 instructions", |
1339 | .capability = ARM64_HAS_CRC32, | 1338 | .capability = ARM64_HAS_CRC32, |
@@ -1343,6 +1342,7 @@ static const struct arm64_cpu_capabilities arm64_features[] = { | |||
1343 | .field_pos = ID_AA64ISAR0_CRC32_SHIFT, | 1342 | .field_pos = ID_AA64ISAR0_CRC32_SHIFT, |
1344 | .min_field_value = 1, | 1343 | .min_field_value = 1, |
1345 | }, | 1344 | }, |
1345 | #ifdef CONFIG_ARM64_SSBD | ||
1346 | { | 1346 | { |
1347 | .desc = "Speculative Store Bypassing Safe (SSBS)", | 1347 | .desc = "Speculative Store Bypassing Safe (SSBS)", |
1348 | .capability = ARM64_SSBS, | 1348 | .capability = ARM64_SSBS, |