Skip to content

Commit 93b81ab

Browse files
Yue Haibingwilldeacon
authored andcommitted
arm64/sve: Remove unused declaration read_smcr_features()
Commit 3912084 ("arm64/sve: Remove SMCR pseudo register from cpufeature code") removed the implementation but leave declaration. Signed-off-by: Yue Haibing <[email protected]> Reviewed-by: Mark Brown <[email protected]> Reviewed-by: Zenghui Yu <[email protected]> Reviewed-by: Anshuman Khandual <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 4960f9a commit 93b81ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/arm64/include/asm/fpsimd.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,6 @@ extern void cpu_enable_sme2(const struct arm64_cpu_capabilities *__unused);
155155
extern void cpu_enable_fa64(const struct arm64_cpu_capabilities *__unused);
156156
extern void cpu_enable_fpmr(const struct arm64_cpu_capabilities *__unused);
157157

158-
extern u64 read_smcr_features(void);
159-
160158
/*
161159
* Helpers to translate bit indices in sve_vq_map to VQ values (and
162160
* vice versa). This allows find_next_bit() to be used to find the

0 commit comments

Comments
 (0)