]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sparc64: fix prototypes of reads[bwl]()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 10 Aug 2025 03:42:08 +0000 (04:42 +0100)
committerAndreas Larsson <andreas@gaisler.com>
Fri, 19 Sep 2025 18:55:34 +0000 (20:55 +0200)
commit7205ef77dfe167df1b83aea28cf00fc02d662990
tree47d312a5682008b32cd4c6fdc3d86c0f3b378243
parent3751aa6e7147791e0c0c446f5f55c61762886a2f
sparc64: fix prototypes of reads[bwl]()

Conventions for readsl() are the same as for readl() - any __iomem
pointer is acceptable, both const and volatile ones being OK.  Same
for readsb() and readsw().

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Reviewed-by: Andreas Larsson <andreas@gaisler.com>
Signed-off-by: Andreas Larsson <andreas@gaisler.com> # Making sparc64 subject prefix
arch/sparc/include/asm/io_64.h