s/Overwrite/Override/ in arch/x86-64

From: Dave Jones
Date: Thu Feb 23 2006 - 13:47:57 EST


s/Overwrite/Override/

Signed-off-by: Dave Jones <davej@xxxxxxxxxx>

--- linux-2.6.15.noarch/arch/x86_64/kernel/io_apic.c~ 2006-02-23 13:47:39.000000000 -0500
+++ linux-2.6.15.noarch/arch/x86_64/kernel/io_apic.c 2006-02-23 13:47:51.000000000 -0500
@@ -294,7 +294,7 @@ void __init check_ioapic(void)
force_iommu) &&
!iommu_aperture_allowed) {
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;
}
#endif
--- linux-2.6.15.noarch/arch/x86_64/ia32/ia32_binfmt.c~ 2006-02-23 13:48:08.000000000 -0500
+++ linux-2.6.15.noarch/arch/x86_64/ia32/ia32_binfmt.c 2006-02-23 13:48:17.000000000 -0500
@@ -58,7 +58,7 @@ struct elf_phdr;

#define USE_ELF_CORE_DUMP 1

-/* Overwrite elfcore.h */
+/* Override elfcore.h */
#define _LINUX_ELFCORE_H 1
typedef unsigned int elf_greg_t;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/