Commit 35c9a81c authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Kleber Sacilotto de Souza

Revert "arm64: no gmb() implementation yet"

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

This reverts commit 4e1b8db1.
Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
Signed-off-by: default avatarKleber Sacilotto de Souza <kleber.souza@canonical.com>
parent 0038751c
......@@ -31,7 +31,6 @@
#define mb() dsb(sy)
#define rmb() dsb(ld)
#define wmb() dsb(st)
#define gmb() do { } while (0)
#define dma_rmb() dmb(oshld)
#define dma_wmb() dmb(oshst)
......
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