commit | 6ae798cbef4ba1f180aa1a590e33a2d89f7cc34f | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@nvidia.com> | Thu Apr 11 13:46:15 2024 -0300 |
committer | Jason Gunthorpe <jgg@nvidia.com> | Mon Apr 22 17:11:19 2024 -0300 |
tree | c15897610b53f8cf5583dfc9da587305432576c6 | |
parent | 20516d6e51dd9994afda8d556507cfbe7853384b [diff] |
s390: Implement __iowrite32_copy() It is trivial to implement an inline to do this, so provide it in the s390 headers. Like the 64 bit version it should just invoke zpci_memcpy_toio() with the correct size. Link: https://lore.kernel.org/r/2-v3-1893cd8b9369+1925-mlx5_arm_wc_jgg@nvidia.com Acked-by: Niklas Schnelle <schnelle@linux.ibm.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>