Commit 1e738b18 authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Kleber Sacilotto de Souza

UBUNTU: SAUCE: arm64: no osb() implementation yet

CVE-2017-5753 (Spectre v1 Intel)
Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
Signed-off-by: default avatarKleber Sacilotto de Souza <kleber.souza@canonical.com>
parent 2fc7fab6
......@@ -31,6 +31,8 @@
#define mb() dsb(sy)
#define rmb() dsb(ld)
#define wmb() dsb(st)
#define osb() do { } while (0)
#define osb_is_enabled (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