diff options
author | Mark Rutland <[email protected]> | 2013-07-09 15:16:06 +0100 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2013-07-23 11:00:24 +0100 |
commit | 82b2f495fba338d1e3098dde1df54944a9c19751 (patch) | |
tree | 866012a9d6b7bb010d8ea6fcde80da1954549f52 /net/unix/sysctl_net_unix.c | |
parent | 3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b (diff) |
arm64: virt: ensure visibility of __boot_cpu_mode
Secondary CPUs write to __boot_cpu_mode with caches disabled, and thus a
cached value of __boot_cpu_mode may be incoherent with that in memory.
This could lead to a failure to detect mismatched boot modes.
This patch adds flushing to ensure that writes by secondaries to
__boot_cpu_mode are made visible before we test against it.
Signed-off-by: Mark Rutland <[email protected]>
Cc: Marc Zyngier <[email protected]>
Cc: Christoffer Dall <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions