From c1ab4ce3cb759f69fb9085a060e568b73e8f5cd8 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Tue, 6 May 2025 13:41:43 +0200 Subject: [PATCH] tools/arch/x86: Move the header to Synchronize with what we did with the kernel side header in: 3846389c03a8 ("x86/platform/amd: Move the header to ") Reported-by: Stephen Rothwell Signed-off-by: Ingo Molnar Cc: linux-kernel@vger.kernel.org --- tools/arch/x86/include/asm/{amd-ibs.h => amd/ibs.h} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tools/arch/x86/include/asm/{amd-ibs.h => amd/ibs.h} (99%) diff --git a/tools/arch/x86/include/asm/amd-ibs.h b/tools/arch/x86/include/asm/amd/ibs.h similarity index 99% rename from tools/arch/x86/include/asm/amd-ibs.h rename to tools/arch/x86/include/asm/amd/ibs.h index cb1740bc3da2d..300b6e0765b2e 100644 --- a/tools/arch/x86/include/asm/amd-ibs.h +++ b/tools/arch/x86/include/asm/amd/ibs.h @@ -4,7 +4,7 @@ * 55898 Rev 0.35 - Feb 5, 2021 */ -#include "msr-index.h" +#include "../msr-index.h" /* IBS_OP_DATA2 DataSrc */ #define IBS_DATA_SRC_LOC_CACHE 2 -- 2.47.3