mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
x86/iommu/amd_reg.h: fix typo in comment
(cherry picked from commit 57aebec4f7)
This commit is contained in:
parent
d4e318edec
commit
dd40825e61
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue