Message ID | 3bbe9344-4546-5bd1-52ae-ed6532528e6c@linuxfoundation.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 9f4d0bd24e6b42555c02e137763f12c106572e63 |
Headers | show |
Series | [GIT,PULL] Kselftest fixes update for Linux 6.2-rc6 | expand |
The pull request you sent on Thu, 26 Jan 2023 13:37:14 -0700:
> git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux-kselftest-fixes-6.2-rc6
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9f4d0bd24e6b42555c02e137763f12c106572e63
Thank you!
diff --git a/tools/testing/selftests/amd-pstate/Makefile b/tools/testing/selftests/amd-pstate/Makefile index 5f195ee756d6..5fd1424db37d 100644 --- a/tools/testing/selftests/amd-pstate/Makefile +++ b/tools/testing/selftests/amd-pstate/Makefile @@ -7,11 +7,6 @@ all: uname_M := $(shell uname -m 2>/dev/null || echo not) ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) -ifeq (x86,$(ARCH)) -TEST_GEN_FILES += ../../../power/x86/amd_pstate_tracer/amd_pstate_trace.py -TEST_GEN_FILES += ../../../power/x86/intel_pstate_tracer/intel_pstate_tracer.py -endif - TEST_PROGS := run.sh TEST_FILES := basic.sh tbench.sh gitsource.sh