Unverified Commit a486c99e authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!7829 [sync] PR-7779: LoongArch: Define the __io_aw() hook as mmiowb()

parents 3adea382 82212b1d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -72,6 +72,8 @@ extern void __memcpy_fromio(void *to, const volatile void __iomem *from, size_t
#define memcpy_fromio(a, c, l) __memcpy_fromio((a), (c), (l))
#define memcpy_toio(c, a, l)   __memcpy_toio((c), (a), (l))

#define __io_aw() mmiowb()

#include <asm-generic/io.h>

#endif /* _ASM_IO_H */