• Chris Kay's avatar
    refactor(aarch64): remove `FEAT_BTI` architecture check · 4429b471
    Chris Kay authored
    
    
    BTI instructions are a part of the NOP space in earlier architecture
    versions, so it's not inherently incorrect to enable BTI code
    or instructions even if the target architecture does not support them.
    
    This change reduces our reliance on architecture versions when checking
    for features.
    
    Change-Id: I79f884eec3d65978c61e72e4268021040fd6c96e
    Signed-off-by: default avatarChris Kay <chris.kay@arm.com>
    4429b471
asm_macros.S 5.4 KB