提交 3feabda3 编写于 作者: Y Yang Yingliang

Revert "arm64: capabilities: Merge duplicate entries for Qualcomm erratum 1003"

This reverts commit d4fcfb2e.
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
上级 003ebfcc
...@@ -752,19 +752,6 @@ static const struct midr_range cavium_erratum_30115_cpus[] = { ...@@ -752,19 +752,6 @@ static const struct midr_range cavium_erratum_30115_cpus[] = {
}; };
#endif #endif
#ifdef CONFIG_QCOM_FALKOR_ERRATUM_1003
static const struct arm64_cpu_capabilities qcom_erratum_1003_list[] = {
{
ERRATA_MIDR_REV(MIDR_QCOM_FALKOR_V1, 0, 0),
},
{
.midr_range.model = MIDR_QCOM_KRYO,
.matches = is_kryo_midr,
},
{},
};
#endif
#ifdef CONFIG_ARM64_WORKAROUND_CLEAN_CACHE #ifdef CONFIG_ARM64_WORKAROUND_CLEAN_CACHE
static const struct midr_range workaround_clean_cache[] = { static const struct midr_range workaround_clean_cache[] = {
#if defined(CONFIG_ARM64_ERRATUM_826319) || \ #if defined(CONFIG_ARM64_ERRATUM_826319) || \
...@@ -865,10 +852,16 @@ const struct arm64_cpu_capabilities arm64_errata[] = { ...@@ -865,10 +852,16 @@ const struct arm64_cpu_capabilities arm64_errata[] = {
}, },
#ifdef CONFIG_QCOM_FALKOR_ERRATUM_1003 #ifdef CONFIG_QCOM_FALKOR_ERRATUM_1003
{ {
.desc = "Qualcomm Technologies Falkor/Kryo erratum 1003", .desc = "Qualcomm Technologies Falkor erratum 1003",
.capability = ARM64_WORKAROUND_QCOM_FALKOR_E1003, .capability = ARM64_WORKAROUND_QCOM_FALKOR_E1003,
.matches = cpucap_multi_entry_cap_matches, ERRATA_MIDR_REV(MIDR_QCOM_FALKOR_V1, 0, 0),
.match_list = qcom_erratum_1003_list, },
{
.desc = "Qualcomm Technologies Kryo erratum 1003",
.capability = ARM64_WORKAROUND_QCOM_FALKOR_E1003,
.type = ARM64_CPUCAP_LOCAL_CPU_ERRATUM,
.midr_range.model = MIDR_QCOM_KRYO,
.matches = is_kryo_midr,
}, },
#endif #endif
#ifdef CONFIG_QCOM_FALKOR_ERRATUM_1009 #ifdef CONFIG_QCOM_FALKOR_ERRATUM_1009
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册