diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2022-08-31 21:55:53 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-09-08 16:49:14 +0200 |
commit | 2c230431e1e809270178905974f57cf3878939f5 (patch) | |
tree | 017961b0e16bd21d1d6a376b56440cc2edd35c34 /ipc/msg.c | |
parent | 7e772dad9913992d0351df760dbe72cc32d479f2 (diff) | |
download | linux-2c230431e1e809270178905974f57cf3878939f5.tar.gz |
sparc: Fix the generic IO helpers
This enables the Sparc to use <asm-generic/io.h> to fill in the
missing (undefined) [read|write]sq I/O accessor functions.
This is needed if Sparc[64] ever wants to uses CONFIG_REGMAP_MMIO
which has been patches to use accelerated _noinc accessors
such as readsq/writesq that Sparc64, while being a 64bit platform,
as of now not yet provide.
This comes with the requirement that everything the architecture
already provides needs to be defined, rather than just being,
say, static inline functions.
Bite the bullet and just provide the definitions and make it work.
Compile-tested on sparc32 and sparc64.
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Cc: David S. Miller <davem@davemloft.net>
Cc: sparclinux@vger.kernel.org
Cc: linux-arch@vger.kernel.org
Cc: Mark Brown <broonie@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/linux-arm-kernel/202208201639.HXye3ke4-lkp@intel.com/
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'ipc/msg.c')
0 files changed, 0 insertions, 0 deletions