diff options
author | Steven J. Hill <Steven.Hill@cavium.com> | 2017-09-28 20:34:05 +0300 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2017-11-07 21:33:14 +0300 |
commit | edf188bee1d908ea8181d2067ddaeefab9264688 (patch) | |
tree | 3330530b6562b4d116f8b7b6c8b3a6036197ee72 /arch/mips/cavium-octeon/executive/cvmx-helper.c | |
parent | 7820b84be844d8d863122b1323f2a4bc2441b783 (diff) | |
download | linux-edf188bee1d908ea8181d2067ddaeefab9264688.tar.xz |
MIPS: Octeon: Remove usage of cvmx_wait() everywhere.
Signed-off-by: Steven J. Hill <steven.hill@cavium.com>
Acked-by: David Daney <david.daney@cavium.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/17389/
Signed-off-by: James Hogan <jhogan@kernel.org>
Diffstat (limited to 'arch/mips/cavium-octeon/executive/cvmx-helper.c')
-rw-r--r-- | arch/mips/cavium-octeon/executive/cvmx-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/cavium-octeon/executive/cvmx-helper.c b/arch/mips/cavium-octeon/executive/cvmx-helper.c index f24be0b5db50..75108ec669eb 100644 --- a/arch/mips/cavium-octeon/executive/cvmx-helper.c +++ b/arch/mips/cavium-octeon/executive/cvmx-helper.c @@ -862,7 +862,7 @@ int __cvmx_helper_errata_fix_ipd_ptr_alignment(void) */ cvmx_write_csr(CVMX_ASXX_RX_PRT_EN(INTERFACE(FIX_IPD_OUTPORT)), 0); - cvmx_wait(100000000ull); + __delay(100000000ull); for (retry_loop_cnt = 0; retry_loop_cnt < 10; retry_loop_cnt++) { retry_cnt = 100000; |