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

UBUNTU: SAUCE: arm: 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 1e738b18
......@@ -59,6 +59,8 @@ extern void arm_heavy_mb(void);
#define dma_rmb() barrier()
#define dma_wmb() barrier()
#endif
#define osb() do { } while (0)
#define osb_is_enabled (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