|
@@ -147,6 +147,8 @@ alternative_cb arm64_enable_wa2_handling
|
|
alternative_cb_end
|
|
alternative_cb_end
|
|
ldr_this_cpu \tmp2, arm64_ssbd_callback_required, \tmp1
|
|
ldr_this_cpu \tmp2, arm64_ssbd_callback_required, \tmp1
|
|
cbz \tmp2, \targ
|
|
cbz \tmp2, \targ
|
|
|
|
+ ldr \tmp2, [tsk, #TSK_TI_FLAGS]
|
|
|
|
+ tbnz \tmp2, #TIF_SSBD, \targ
|
|
mov w0, #ARM_SMCCC_ARCH_WORKAROUND_2
|
|
mov w0, #ARM_SMCCC_ARCH_WORKAROUND_2
|
|
mov w1, #\state
|
|
mov w1, #\state
|
|
alternative_cb arm64_update_smccc_conduit
|
|
alternative_cb arm64_update_smccc_conduit
|