mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
Merge "refactor(aarch64): remove FEAT_BTI
architecture check" into integration
This commit is contained in:
commit
e73d9d0fa8
1 changed files with 0 additions and 4 deletions
|
@ -10,10 +10,6 @@
|
|||
#include <common/asm_macros_common.S>
|
||||
#include <lib/spinlock.h>
|
||||
|
||||
#if ENABLE_BTI && !ARM_ARCH_AT_LEAST(8, 5)
|
||||
#error Branch Target Identification requires ARM_ARCH_MINOR >= 5
|
||||
#endif
|
||||
|
||||
/*
|
||||
* TLBI instruction with type specifier that implements the workaround for
|
||||
* errata 813419 of Cortex-A57 or errata 1286807 of Cortex-A76.
|
||||
|
|
Loading…
Add table
Reference in a new issue