commit | 38702cce547a74493687fd8bb925fbb5c3898ce3 | [log] [tgz] |
---|---|---|
author | Maxim Mikityanskiy <maximmi@mellanox.com> | Fri Mar 29 15:37:51 2019 -0700 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Tue Apr 02 12:49:37 2019 -0700 |
tree | 76365eb8477564efc912076111d2d8eaa01aa6ed | |
parent | 37b6bb77c6fdad36f0d7bd425c005a014d5dffe4 [diff] |
net/mlx5: Remove unused MLX5_*_DOORBELL_LOCK macros MLX5_*_DOORBELL_LOCK macros provided a way to avoid locking for mlx5_write64 on 64-bit platforms where it's not necessary. Currently all calls to mlx5_write64 don't use a spinlock, so the macros became unused. Signed-off-by: Maxim Mikityanskiy <maximmi@mellanox.com> Reviewed-by: Eran Ben Elisha <eranbe@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>