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

arm64: no gmb() implementation yet

CVE-2017-5753
CVE-2017-5715
Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
parent 1a7bb619
......@@ -31,6 +31,7 @@
#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