arm-trusted-firmware/lib/el3_runtime/aarch64
Justin Chadwell 019b03a300 Fix MTE support from causing unused variable warnings
assert() calls are removed in release builds, and if that assert call is
the only use of a variable, an unused variable warning will be triggered
in a release build. This patch fixes this problem when
CTX_INCLUDE_MTE_REGS by not using an intermediate variable to store the
results of get_armv8_5_mte_support().

Change-Id: I529e10ec0b2c8650d2c3ab52c4f0cecc0b3a670e
Signed-off-by: Justin Chadwell <justin.chadwell@arm.com>
2019-09-20 09:17:55 +01:00
..
context.S Refactor ARMv8.3 Pointer Authentication support code 2019-09-13 14:11:59 +01:00
context_mgmt.c Fix MTE support from causing unused variable warnings 2019-09-20 09:17:55 +01:00
cpu_data.S Sanitise includes across codebase 2019-01-04 10:43:17 +00:00