diff options
author | 2024-02-16 22:55:17 +0900 | |
---|---|---|
committer | 2024-05-07 22:46:23 +1000 | |
commit | 4f1dad618587fa2fa903235301111c8c382b6f3e (patch) | |
tree | 98fc84d94ec5d396e36227b5e5ba554b0ec41297 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | powerpc/bpf/32: Fix failing test_bpf tests (diff) | |
download | wireguard-linux-4f1dad618587fa2fa903235301111c8c382b6f3e.tar.xz wireguard-linux-4f1dad618587fa2fa903235301111c8c382b6f3e.zip |
powerpc: remove unused *_syscall_64.o variables in Makefile
Commit ab1a517d55b0 ("powerpc/syscall: Rename syscall_64.c into
interrupt.c") missed to update these three lines:
GCOV_PROFILE_syscall_64.o := n
KCOV_INSTRUMENT_syscall_64.o := n
UBSAN_SANITIZE_syscall_64.o := n
To restore the original behavior, we could replace them with:
GCOV_PROFILE_interrupt.o := n
KCOV_INSTRUMENT_interrupt.o := n
UBSAN_SANITIZE_interrupt.o := n
However, nobody has noticed the functional change in the past three
years, so they were unneeded.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240216135517.2002749-1-masahiroy@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions