Skip to content

Commit 079544e

Browse files
AlisonSchofieldhansendc
authored andcommitted
x86/pconfig: Remove unused MKTME pconfig code
Code supporting Intel PCONFIG targets was an early piece of enabling for MKTME (Multi-Key Total Memory Encryption). Since MKTME feature enablement did not follow into the kernel, remove the unused PCONFIG code. Signed-off-by: Alison Schofield <[email protected]> Signed-off-by: Dave Hansen <[email protected]> Acked-by: Kirill A. Shutemov <[email protected]> Acked-by: Kai Huang <[email protected]> Link: https://lore.kernel.org/all/4ddff30d466785b4adb1400f0518783012835141.1715054189.git.alison.schofield%40intel.com
1 parent 98b83cf commit 079544e

File tree

3 files changed

+1
-150
lines changed

3 files changed

+1
-150
lines changed

arch/x86/include/asm/intel_pconfig.h

Lines changed: 0 additions & 65 deletions
This file was deleted.

arch/x86/kernel/cpu/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ obj-$(CONFIG_PROC_FS) += proc.o
3434

3535
obj-$(CONFIG_IA32_FEAT_CTL) += feat_ctl.o
3636
ifdef CONFIG_CPU_SUP_INTEL
37-
obj-y += intel.o intel_pconfig.o tsx.o
37+
obj-y += intel.o tsx.o
3838
obj-$(CONFIG_PM) += intel_epb.o
3939
endif
4040
obj-$(CONFIG_CPU_SUP_AMD) += amd.o

arch/x86/kernel/cpu/intel_pconfig.c

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)