Commit e6fc99c6 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] x86_64: s/Overwrite/Override/ in arch/x86-64

s/Overwrite/Override/
Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 04103609
...@@ -58,7 +58,7 @@ struct elf_phdr; ...@@ -58,7 +58,7 @@ struct elf_phdr;
#define USE_ELF_CORE_DUMP 1 #define USE_ELF_CORE_DUMP 1
/* Overwrite elfcore.h */ /* Override elfcore.h */
#define _LINUX_ELFCORE_H 1 #define _LINUX_ELFCORE_H 1
typedef unsigned int elf_greg_t; typedef unsigned int elf_greg_t;
......
...@@ -310,7 +310,7 @@ void __init check_ioapic(void) ...@@ -310,7 +310,7 @@ void __init check_ioapic(void)
force_iommu) && force_iommu) &&
!iommu_aperture_allowed) { !iommu_aperture_allowed) {
printk(KERN_INFO printk(KERN_INFO
"Looks like a VIA chipset. Disabling IOMMU. Overwrite with \"iommu=allowed\"\n"); "Looks like a VIA chipset. Disabling IOMMU. Override with \"iommu=allowed\"\n");
iommu_aperture_disabled = 1; iommu_aperture_disabled = 1;
} }
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment