浏览代码

Rename .text.ivt to .text..ivt.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Denys Vlasenko 15 年之前
父节点
当前提交
2b55f3672c
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      arch/ia64/kernel/ivt.S
  2. 1 1
      arch/ia64/kernel/vmlinux.lds.S
  3. 1 1
      arch/ia64/kvm/vmm_ivt.S

+ 1 - 1
arch/ia64/kernel/ivt.S

@@ -83,7 +83,7 @@
 	mov r19=n;;			/* prepare to save predicates */		\
 	br.sptk.many dispatch_to_fault_handler
 
-	.section .text.ivt,"ax"
+	.section .text..ivt,"ax"
 
 	.align 32768	// align on 32KB boundary
 	.global ia64_ivt

+ 1 - 1
arch/ia64/kernel/vmlinux.lds.S

@@ -8,7 +8,7 @@
 
 #define IVT_TEXT							\
 		VMLINUX_SYMBOL(__start_ivt_text) = .;			\
-		*(.text.ivt)						\
+		*(.text..ivt)						\
 		VMLINUX_SYMBOL(__end_ivt_text) = .;
 
 OUTPUT_FORMAT("elf64-ia64-little")

+ 1 - 1
arch/ia64/kvm/vmm_ivt.S

@@ -104,7 +104,7 @@ GLOBAL_ENTRY(kvm_vmm_panic)
 	br.call.sptk.many b6=vmm_panic_handler;
 END(kvm_vmm_panic)
 
-    .section .text.ivt,"ax"
+    .section .text..ivt,"ax"
 
     .align 32768    // align on 32KB boundary
     .global kvm_ia64_ivt