提交 8d648cbb 编写于 作者: Y Yang Yingliang 提交者: Xie XiuQi

Revert "scsi: mpt3sas: fix memory ordering on 64bit writes"

euler inclusion
category: feature
Bugzilla: N/A
CVE: N/A

Using lts patch instead of this patch.

----------------------------------------

This reverts commit 8ed10888e6280e58452f5da15a3e99f11a373c45.
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
上级 97d44cdd
...@@ -3344,9 +3344,8 @@ _base_mpi_ep_writeq(__u64 b, volatile void __iomem *addr, ...@@ -3344,9 +3344,8 @@ _base_mpi_ep_writeq(__u64 b, volatile void __iomem *addr,
static inline void static inline void
_base_writeq(__u64 b, volatile void __iomem *addr, spinlock_t *writeq_lock) _base_writeq(__u64 b, volatile void __iomem *addr, spinlock_t *writeq_lock)
{ {
wmb();
__raw_writeq(b, addr); __raw_writeq(b, addr);
barrier(); mmiowb();
} }
#else #else
static inline void static inline void
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册