mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
ANDROID: fix up abi break in arm64 cpu_hwcaps
In commit286c8ca924("arm64: errata: Add workaround for Arm errata 3194386 and 3312417"), we add a new cpucap type, but as that breaks the existing kernel ABI for Android systems, we need to properly use one of the reserved slots for it instead of adding a new one. Fixes:286c8ca924("arm64: errata: Add workaround for Arm errata 3194386 and 3312417") Change-Id: I7bbb7ffcc59cbfa9a1f03f7081df3387b8151a86 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
@@ -86,9 +86,8 @@ WORKAROUND_NXP_ERR050104
|
||||
WORKAROUND_QCOM_FALKOR_E1003
|
||||
WORKAROUND_REPEAT_TLBI
|
||||
WORKAROUND_SPECULATIVE_AT
|
||||
WORKAROUND_SPECULATIVE_SSBS
|
||||
WORKAROUND_SPECULATIVE_UNPRIV_LOAD
|
||||
ANDROID_KABI_RESERVE_02
|
||||
WORKAROUND_SPECULATIVE_SSBS
|
||||
ANDROID_KABI_RESERVE_03
|
||||
ANDROID_KABI_RESERVE_04
|
||||
ANDROID_KABI_RESERVE_05
|
||||
|
||||
Reference in New Issue
Block a user