diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2009-09-01 10:43:58 -0400 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2009-09-03 09:49:56 -0400 |
commit | 4c6f40d4e0f0bba77a5f27eec4e1c6d1c457d324 (patch) | |
tree | f70ee59a48c3ace23c4bfebe8f6c975f1b4578b4 /arch/x86/kernel/amd_iommu.c | |
parent | f2430bd104bec2706315e9e983a9d9f828ff9565 (diff) |
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/kernel/amd_iommu.c')
-rw-r--r-- | arch/x86/kernel/amd_iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/amd_iommu.c b/arch/x86/kernel/amd_iommu.c index 70fdef54e066..3e62d7836522 100644 --- a/arch/x86/kernel/amd_iommu.c +++ b/arch/x86/kernel/amd_iommu.c | |||
@@ -141,7 +141,7 @@ static void iommu_print_event(void *__evt) | |||
141 | int flags = (event[1] >> EVENT_FLAGS_SHIFT) & EVENT_FLAGS_MASK; | 141 | int flags = (event[1] >> EVENT_FLAGS_SHIFT) & EVENT_FLAGS_MASK; |
142 | u64 address = (u64)(((u64)event[3]) << 32) | event[2]; | 142 | u64 address = (u64)(((u64)event[3]) << 32) | event[2]; |
143 | 143 | ||
144 | printk(KERN_ERR "AMD IOMMU: Event logged ["); | 144 | printk(KERN_ERR "AMD-Vi: Event logged ["); |
145 | 145 | ||
146 | switch (type) { | 146 | switch (type) { |
147 | case EVENT_TYPE_ILL_DEV: | 147 | case EVENT_TYPE_ILL_DEV: |