Commit 634e4d2b authored by Etienne Carriere's avatar Etienne Carriere
Browse files

aarch32: add missing dmb() macro


Signed-off-by: default avatarEtienne Carriere <etienne.carriere@linaro.org>
parent ceada2b5
......@@ -304,6 +304,7 @@ DEFINE_DCOP_PARAM_FUNC(cvac, DCCMVAC)
/* Previously defined accessor functions with incomplete register names */
#define dsb() dsbsy()
#define dmb() dmbsy()
#define IS_IN_SECURE() \
(GET_NS_BIT(read_scr()) == 0)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment