commit | 399b867fac244c4506f0a9365e7d53bfe74e66b4 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Mon Aug 24 13:04:41 2020 +0200 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Oct 07 20:25:57 2020 +0200 |
tree | 5c7daceb9db57f5d6385535998b41f80dae2795b | |
parent | b28d35234cc2cbb68fb1bd0aa0a40323834ee454 [diff] |
mips: octeon: cache.c: Flush all pending writes in flush_dcache_range() As noticed while working on the USB xHCI support, Octeon needs to flush all pending writes so that the values are present in the memory. Add this "syncw" instruction (twice) to flush_dcache_range(). Signed-off-by: Stefan Roese <sr@denx.de>