浏览代码

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

s/Overwrite/Override/

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Dave Jones 19 年之前
父节点
当前提交
e6fc99c6ab
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      arch/x86_64/ia32/ia32_binfmt.c
  2. 1 1
      arch/x86_64/kernel/io_apic.c

+ 1 - 1
arch/x86_64/ia32/ia32_binfmt.c

@@ -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;
 
 

+ 1 - 1
arch/x86_64/kernel/io_apic.c

@@ -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