tools arch amd ibs: Sync ibs.h with the kernel sourcesTo pick up the changes from: 861c6b1185fbb2e3 ("x86/platform/amd: Add standard header guards to <asm/amd/ibs.h>")A small change to tools/p
tools arch amd ibs: Sync ibs.h with the kernel sourcesTo pick up the changes from: 861c6b1185fbb2e3 ("x86/platform/amd: Add standard header guards to <asm/amd/ibs.h>")A small change to tools/perf/check-headers.sh was made to cope with themove of this header done in: 3846389c03a85188 ("x86/platform/amd: Move the <asm/amd-ibs.h> header to <asm/amd/ibs.h>")That don't result in any changes in the tools, just address this perfbuild warning:Warning: Kernel ABI header differences: diff -u tools/arch/x86/include/asm/amd/ibs.h arch/x86/include/asm/amd/ibs.hCc: Adrian Hunter <adrian.hunter@intel.com>Cc: Ian Rogers <irogers@google.com>Cc: Ingo Molnar <mingo@kernel.org>Cc: James Clark <james.clark@linaro.org>Cc: Jiri Olsa <jolsa@kernel.org>Cc: Kan Liang <kan.liang@linux.intel.com>Cc: Namhyung Kim <namhyung@kernel.org>Link: https://lore.kernel.org/r/aEtCi0pup5FEwnzn@x1Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
show more ...
tools/arch/x86: Move the <asm/amd-ibs.h> header to <asm/amd/ibs.h>Synchronize with what we did with the kernel side header in: 3846389c03a8 ("x86/platform/amd: Move the <asm/amd-ibs.h> header to
tools/arch/x86: Move the <asm/amd-ibs.h> header to <asm/amd/ibs.h>Synchronize with what we did with the kernel side header in: 3846389c03a8 ("x86/platform/amd: Move the <asm/amd-ibs.h> header to <asm/amd/ibs.h>")Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>Signed-off-by: Ingo Molnar <mingo@kernel.org>Cc: linux-kernel@vger.kernel.org