[PATCH] Fix bug in iommu_context_addr: Always get pointer to lower extended-context-table

2015-08-24 Thread Xiao, Nan (Nan@HPS Performance, Beijing)
Hi David & joerg, In iommu_context_addr() function, we always use lower extended-context-table even though upper-half of the extended root-entry is present. Signed-off-by: Nan Xiao --- drivers/iommu/intel-iommu.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git

[PATCH] Fix bug in iommu_context_addr: Always get pointer to lower extended-context-table

2015-08-24 Thread Xiao, Nan (Nan@HPS Performance, Beijing)
Hi David joerg, In iommu_context_addr() function, we always use lower extended-context-table even though upper-half of the extended root-entry is present. Signed-off-by: Nan Xiao nan.x...@hp.com --- drivers/iommu/intel-iommu.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff