The branch stable/14 has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=43dc3a820993c41809521ae40f865f8b9c2c2e50

commit 43dc3a820993c41809521ae40f865f8b9c2c2e50
Author:     Konstantin Belousov <k...@freebsd.org>
AuthorDate: 2025-03-03 00:06:30 +0000
Commit:     Konstantin Belousov <k...@freebsd.org>
CommitDate: 2025-03-09 00:22:41 +0000

    amdiommu: fix typo in the bit description
    
    (cherry picked from commit bb9c3f5121b42eeda2972d282a54d4eff800297c)
---
 sys/x86/iommu/amd_reg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/x86/iommu/amd_reg.h b/sys/x86/iommu/amd_reg.h
index 53b8b0cb42fc..fab6d03ea64a 100644
--- a/sys/x86/iommu/amd_reg.h
+++ b/sys/x86/iommu/amd_reg.h
@@ -263,7 +263,7 @@
  * IOMMU Extended Feature2 register fields.
  * All currently defined bits are RO.
  */
-#define        AMDIOMMU_EFR2_TMPMSUP           0x0000000000000004ull   /* 
Tired Mem Migration */
+#define        AMDIOMMU_EFR2_TMPMSUP           0x0000000000000004ull   /* 
Tiered Mem Migration */
 #define        AMDIOMMU_EFR2_GCR3TRPM          0x0000000000000008ull   /* GPA 
based GCR3 pointer in DTE */
 #define        AMDIOMMU_EFR2_GAPPID            0x0000000000000010ull   /* 
masking of GAPIC PPI */
 #define        AMDIOMMU_EFR2_SNPAVIC_MASK      0x00000000000000e0ull   /* 
SNP-enabled Adv intr features */

Reply via email to