Commit bf2fe22f authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Marcelo Henrique Cerri

arm: no gmb() implementation yet

CVE-2017-5753
CVE-2017-5715
Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
parent 4e1b8db1
......@@ -59,6 +59,7 @@ extern void arm_heavy_mb(void);
#define dma_rmb() barrier()
#define dma_wmb() barrier()
#endif
#define gmb() do { } while (0)
#ifndef CONFIG_SMP
#define smp_mb() barrier()
......
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