]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools headers: Skip arm64 cputype.h check
authorLeo Yan <leo.yan@arm.com>
Mon, 16 Mar 2026 11:11:57 +0000 (11:11 +0000)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 16 Mar 2026 12:26:28 +0000 (09:26 -0300)
commit81f86728a9804c7ff99df8f2cb7a7a081a270400
tree699e5ed9e3fb0b08ed4bf1256d4a03517175824a
parentf338e77383789c0cae23ca3d48adcc5e9e137e3c
tools headers: Skip arm64 cputype.h check

Some definitions in the arm64 kernel's cputype.h are kernel specific and
cause perf build failures when the header is synced into tools.

Stop checking arm64's cputype.h.  In the future, the header in tools
will be updated manually when teaching tools about new CPUs.

Signed-off-by: Leo Yan <leo.yan@arm.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: James Clark <james.clark@linaro.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/check-headers.sh