]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tool build: Remove __get_cpuid feature test
authorIan Rogers <irogers@google.com>
Mon, 10 Nov 2025 01:31:50 +0000 (17:31 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Fri, 14 Nov 2025 07:03:11 +0000 (23:03 -0800)
commitc819bfdc4a762ba8a3035815c910c2d5443b616b
treee474c22d748bad1100cd64bfad0c6a11eba328e7
parent2566bbfc0a042feadeb0bea1f1f4b2b13f91c664
tool build: Remove __get_cpuid feature test

This feature test is no longer used so remove.

The function tested by the feature test is used in:
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
however, the Makefile just assumes the presence of the function and
doesn't perform a build feature test for it.

Signed-off-by: Ian Rogers <irogers@google.com>
Reviewed-by: James Clark <james.clark@linaro.org>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/build/Makefile.feature
tools/build/feature/Makefile
tools/build/feature/test-all.c
tools/build/feature/test-get_cpuid.c [deleted file]