Commit 0038751c authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Kleber Sacilotto de Souza

Revert "arm: no gmb() implementation yet"

CVE-2017-5753 (revert embargoed)
CVE-2017-5715 (revert embargoed)

This reverts commit bf2fe22f.
Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
Signed-off-by: default avatarKleber Sacilotto de Souza <kleber.souza@canonical.com>
parent fb79fa3f
......@@ -59,7 +59,6 @@ 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