git: 57aebec4f767 - main - x86/iommu/amd_reg.h: fix typo in comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Nov 2024 19:47:45 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=57aebec4f767db3b3b8c7af813e5f1080d0e08ec
commit 57aebec4f767db3b3b8c7af813e5f1080d0e08ec
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-11-03 00:19:39 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-11-03 19:38:19 +0000
x86/iommu/amd_reg.h: fix typo in comment
Sponsored by: Advanced Micro Devices (AMD)
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
---
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 33f744c65cc6..37375b3fa7b5 100644
--- a/sys/x86/iommu/amd_reg.h
+++ b/sys/x86/iommu/amd_reg.h
@@ -342,7 +342,7 @@ _Static_assert(sizeof(struct amdiommu_dte) == 8 * sizeof(uint32_t), "DTE");
#define AMDIOMMU_DTE_SYSMGT_T 0x0 /* Translated */
#define AMDIOMMU_DTE_GPM_4LV 0x0 /* 4 Level */
-#define AMDIOMMU_DTE_GPM_5LV 0x1 /* 4 Level */
+#define AMDIOMMU_DTE_GPM_5LV 0x1 /* 5 Level */
#define AMDIOMMU_DTE_GPM_RSRV1 0x2
#define AMDIOMMU_DTE_GPM_RSRV2 0x3