diff options
author | Michael Schmitz <[email protected]> | 2020-05-31 10:45:19 +1200 |
---|---|---|
committer | Geert Uytterhoeven <[email protected]> | 2020-07-13 11:39:13 +0200 |
commit | be1a31283655105606407502800871b9c1a1132f (patch) | |
tree | 143e22352fd26af1a8d987874d01b76c297ac008 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 5f5f2949c14d6fe5cfc51bd98a41fdf69652c7e3 (diff) |
m68k: atari: Annotate dummy read in ROM port IO code as __maybe_unused
The Atari ROM port IO code uses dummy variables to implement writes
(not supported by the hardware) as reads that encode the write data
in part of the address. The value read from the ROM port in this
operation is discarded.
Annotate dummy variables as __maybe_unused to avoid a compiler warning
with W=1.
Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Michael Schmitz <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions