diff options
author | Arnd Bergmann <arnd@arndb.de> | 2025-03-04 15:43:34 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2025-03-06 17:21:38 +0100 |
commit | 3b8c56d8072750fd9625f03b92d8d6000c98628f (patch) | |
tree | 4222d99af8531f11dc384c67307a7c9524a864df /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 4f1afeaa303c867a782c18dac31ddc3bd7654d65 (diff) |
firmware: arm_scmi: use ioread64() instead of ioread64_hi_lo()
The scmi_common_fastchannel_db_ring() function calls either ioread64()
or ioread64_hi_lo() depending on whether it is compiler for 32-bit
or 64-bit architectures.
The same logic is used to define ioread64() itself in the
linux/io-64-nonatomic-hi-lo.h header file, so the special case
is not really needed.
The behavior here should not change at all.
Fixes: 6f9ea4dabd2d ("firmware: arm_scmi: Generalize the fast channel support")
Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>
Link: https://lore.kernel.org/r/20250304144346.1025658-1-arnd@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions