Re: [PATCH 18/62] target/arm: Add is_secure parameter to v8m_security_lookup
Richard Henderson writes: > Remove the use of regime_is_secure from v8m_security_lookup. s/./ and pass its status down to the lookup instead./ ? Anyway: Reviewed-by: Alex Bennée -- Alex Bennée
[PATCH 18/62] target/arm: Add is_secure parameter to v8m_security_lookup
Remove the use of regime_is_secure from v8m_security_lookup. Signed-off-by: Richard Henderson --- target/arm/internals.h | 2 +- target/arm/m_helper.c | 9 ++--- target/arm/ptw.c | 9 + 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/target/arm/internals.h b/ta