]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
x86/platform/amd: Move the <asm/amd_hsmp.h> header to <asm/amd/hsmp.h>
authorIngo Molnar <mingo@kernel.org>
Sun, 13 Apr 2025 08:41:42 +0000 (10:41 +0200)
committerIngo Molnar <mingo@kernel.org>
Mon, 14 Apr 2025 07:34:17 +0000 (09:34 +0200)
Collect AMD specific platform header files in <asm/amd/*.h>.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Borislav Petkov (AMD) <bp@alien8.de>
Cc: Carlos Bilbao <carlos.bilbao@kernel.org>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mario Limonciello <superm1@kernel.org>
Cc: Naveen Krishna Chatradhi <naveenkrishna.chatradhi@amd.com>
Link: https://lore.kernel.org/r/20250413084144.3746608-5-mingo@kernel.org
MAINTAINERS
arch/x86/include/asm/amd/hsmp.h [moved from arch/x86/include/asm/amd_hsmp.h with 100% similarity]
drivers/platform/x86/amd/hsmp/acpi.c
drivers/platform/x86/amd/hsmp/hsmp.c
drivers/platform/x86/amd/hsmp/plat.c

index 61b9cc04c814b698fa5c1d96098b1d2b1112721f..d4ea6d78db512d991e888ddb5f9991cf4eb839be 100644 (file)
@@ -1097,7 +1097,7 @@ R:        Carlos Bilbao <carlos.bilbao@kernel.org>
 L:     platform-driver-x86@vger.kernel.org
 S:     Maintained
 F:     Documentation/arch/x86/amd_hsmp.rst
-F:     arch/x86/include/asm/amd_hsmp.h
+F:     arch/x86/include/asm/amd/hsmp.h
 F:     arch/x86/include/uapi/asm/amd_hsmp.h
 F:     drivers/platform/x86/amd/hsmp/
 
index c1eccb3c80c5c99394a207c6896e72f7c6d14944..3c7acb90c3abb63436bd8a018fa4c66749b68a6f 100644 (file)
@@ -9,7 +9,7 @@
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
-#include <asm/amd_hsmp.h>
+#include <asm/amd/hsmp.h>
 
 #include <linux/acpi.h>
 #include <linux/device.h>
index a3ac09a90de4566c95c3243d73e4e1b2ac1eeab7..e262e8a97b4542a389e09a82dad71f7d2e8b2449 100644 (file)
@@ -7,7 +7,7 @@
  * This file provides a device implementation for HSMP interface
  */
 
-#include <asm/amd_hsmp.h>
+#include <asm/amd/hsmp.h>
 
 #include <linux/acpi.h>
 #include <linux/delay.h>
index b9782a078dbd2fc67e1ad61ff9085a6da49dd7b9..0eb73fcb9806ff7e4fb427d33f71b353e0c82ce8 100644 (file)
@@ -9,7 +9,7 @@
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
-#include <asm/amd_hsmp.h>
+#include <asm/amd/hsmp.h>
 
 #include <linux/build_bug.h>
 #include <linux/device.h>