MdePkg/BaseLib AARCH64: Make asm files BTI compatible
Add the BTI instructions and the associated note to make the AArch64 asm objects compatible with BTI enforcement. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com> Reviewed-by: Oliver Smith-Denny <osd@smith-denny.com>
This commit is contained in:
committed by
mergify[bot]
parent
e504b3917e
commit
c4c7fb2174
@@ -26,5 +26,6 @@ GCC_ASM_EXPORT(EnableInterrupts)
|
||||
# );
|
||||
#
|
||||
ASM_PFX(EnableInterrupts):
|
||||
AARCH64_BTI(c)
|
||||
msr daifclr, #DAIF_WR_IRQ_BIT
|
||||
ret
|
||||
|
Reference in New Issue
Block a user