diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2025-02-27 17:01:14 +0000 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-03-05 02:13:29 +0100 |
commit | 4af3c6eca90f9e3809e9c8405727c6343c0b3819 (patch) | |
tree | 1c02a1368f51523937bb709103633a6f024d62de /tests/functional/qemu_test/linuxkernel.py | |
parent | 08c99626cb66dda00a66d4396f7e0ccf6dec75fd (diff) | |
download | qemu-4af3c6eca90f9e3809e9c8405727c6343c0b3819.zip qemu-4af3c6eca90f9e3809e9c8405727c6343c0b3819.tar.gz qemu-4af3c6eca90f9e3809e9c8405727c6343c0b3819.tar.bz2 |
hw/arm/omap1: Drop ALMDEBUG ifdeffed out code
In omap1.c, there are some debug printfs in the omap_rtc_write()
function that are guardad by ifdef ALMDEBUG. ALMDEBUG is never
set, so this is all dead code.
It's not worth the effort of converting all of these to tracepoints;
a modern tracepoint approach would probably have a single tracepoint
covering all the register writes anyway. Just delete the printf()s.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20250227170117.1726895-3-peter.maydell@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'tests/functional/qemu_test/linuxkernel.py')
0 files changed, 0 insertions, 0 deletions