diff options
author | Linus Walleij <[email protected]> | 2022-08-31 21:55:53 +0200 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2022-09-08 16:49:14 +0200 |
commit | 2c230431e1e809270178905974f57cf3878939f5 (patch) | |
tree | 017961b0e16bd21d1d6a376b56440cc2edd35c34 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 7e772dad9913992d0351df760dbe72cc32d479f2 (diff) |
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 <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Cc: David S. Miller <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: Mark Brown <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Link: https://lore.kernel.org/linux-arm-kernel/[email protected]/
Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions