On 01/29/16 at 10:55am, Wan Zongshun wrote:
>
>
> Original Message
> >On 01/27/16 at 06:18pm, Wan Zongshun wrote:
> >>
> >>
> >> Original Message
> >>>In amd-vi spec the name of bit0 in DTE is V. But in code it's defined
> >>>as IOMMU_PTE_P. Here change it to IO
Original Message
On 01/27/16 at 06:18pm, Wan Zongshun wrote:
Original Message
In amd-vi spec the name of bit0 in DTE is V. But in code it's defined
as IOMMU_PTE_P. Here change it to IOMMU_PTE_V to make it be consistent
with spec.
Hi, Baoquan
This shoul
On 01/27/16 at 06:18pm, Wan Zongshun wrote:
>
>
> Original Message
> >In amd-vi spec the name of bit0 in DTE is V. But in code it's defined
> >as IOMMU_PTE_P. Here change it to IOMMU_PTE_V to make it be consistent
> >with spec.
>
> Hi, Baoquan
>
> This should be PR bit which m
Original Message
In amd-vi spec the name of bit0 in DTE is V. But in code it's defined
as IOMMU_PTE_P. Here change it to IOMMU_PTE_V to make it be consistent
with spec.
Hi, Baoquan
This should be PR bit which means present, So maybe you got confusion
between DTE and PTE ta
In amd-vi spec the name of bit0 in DTE is V. But in code it's defined
as IOMMU_PTE_P. Here change it to IOMMU_PTE_V to make it be consistent
with spec.
Signed-off-by: Baoquan He
---
drivers/iommu/amd_iommu.c | 10 +-
drivers/iommu/amd_iommu_types.h | 6 +++---
2 files changed, 8 i