From: Weidong Han Date: Fri, 22 May 2009 16:41:14 +0000 (+0800) Subject: Intel-IOMMU, intr-remap: set the whole 128bits of irte when modify/free it X-Git-Tag: v2.6.31-rc1~22^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4658b4e777bebf69884f4884a9bfb2f84dd71d9;p=pandora-kernel.git Intel-IOMMU, intr-remap: set the whole 128bits of irte when modify/free it Interrupt remapping table entry is 128bits. Currently, it only sets low 64bits of irte in modify_irte and free_irte. This ignores high 64bits setting of irte, that means source-id setting will be ignored. This patch sets the whole 128bits of irte when modify/free it. Following source-id checking patch depends on this. Signed-off-by: Weidong Han Signed-off-by: David Woodhouse --- Reading git-diff-tree failed