summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/amd_iommu_types.h
diff options
context:
space:
mode:
authorJoerg Roedel2009-09-01 16:43:58 +0200
committerJoerg Roedel2009-09-03 15:49:56 +0200
commit4c6f40d4e0f0bba77a5f27eec4e1c6d1c457d324 (patch)
treef70ee59a48c3ace23c4bfebe8f6c975f1b4578b4 /arch/x86/include/asm/amd_iommu_types.h
parentx86/amd-iommu: Remove some merge helper code (diff)
downloadkernel-qcow2-linux-4c6f40d4e0f0bba77a5f27eec4e1c6d1c457d324.tar.gz
kernel-qcow2-linux-4c6f40d4e0f0bba77a5f27eec4e1c6d1c457d324.tar.xz
kernel-qcow2-linux-4c6f40d4e0f0bba77a5f27eec4e1c6d1c457d324.zip
x86/amd-iommu: replace "AMD IOMMU" by "AMD-Vi"
This patch replaces the "AMD IOMMU" printk strings with the official name for the hardware: "AMD-Vi". Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'arch/x86/include/asm/amd_iommu_types.h')
-rw-r--r--arch/x86/include/asm/amd_iommu_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/amd_iommu_types.h b/arch/x86/include/asm/amd_iommu_types.h
index 0c878caaa0a2..106e1305ef86 100644
--- a/arch/x86/include/asm/amd_iommu_types.h
+++ b/arch/x86/include/asm/amd_iommu_types.h
@@ -198,7 +198,7 @@ extern bool amd_iommu_dump;
#define DUMP_printk(format, arg...) \
do { \
if (amd_iommu_dump) \
- printk(KERN_INFO "AMD IOMMU: " format, ## arg); \
+ printk(KERN_INFO "AMD-Vi: " format, ## arg); \
} while(0);
/*