mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
fix(cpufeat): include FEAT_MOPS declaration in aarch32 header
This patch adds the missing is_feat_mops_supported() declaration in aarch32 header. Signed-off-by: Arvind Ram Prakash <arvind.ramprakash@arm.com> Change-Id: I875f65defe23912351f9ef18555a5b0a0e53717d
This commit is contained in:
parent
7aa73612d7
commit
8656bdab57
1 changed files with 2 additions and 0 deletions
|
@ -202,5 +202,7 @@ __attribute__((always_inline))
|
|||
static inline bool is_feat_d128_present(void) { return false; }
|
||||
__attribute__((always_inline))
|
||||
static inline bool is_feat_ls64_accdata_present(void) { return false; }
|
||||
__attribute__((always_inline))
|
||||
static inline bool is_feat_mops_supported(void) { return false; }
|
||||
|
||||
#endif /* ARCH_FEATURES_H */
|
||||
|
|
Loading…
Add table
Reference in a new issue