Skip to content

Commit 7574c7f

Browse files
committed
x86/tdx: mark TDX guest as fully supported
JIRA: https://issues.redhat.com/browse/RHEL-70465 Upstream Status: RHEL-only Signed-off-by: Vitaly Kuznetsov <[email protected]>
1 parent 9ed6d0d commit 7574c7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/mm/mem_encrypt.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ static void print_mem_encrypt_feature_info(void)
4949
switch (cc_vendor) {
5050
case CC_VENDOR_INTEL:
5151
pr_cont("Intel TDX\n");
52-
mark_tech_preview("Intel Trusted Domain Extensions (TDX)", NULL);
5352
break;
5453
case CC_VENDOR_AMD:
5554
pr_cont("AMD");

0 commit comments

Comments
 (0)