Commit 2b55f367 authored by Denys Vlasenko's avatar Denys Vlasenko Committed by Michal Marek

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

Signed-off-by: default avatarDenys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 041d5f94
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
mov r19=n;; /* prepare to save predicates */ \ mov r19=n;; /* prepare to save predicates */ \
br.sptk.many dispatch_to_fault_handler br.sptk.many dispatch_to_fault_handler
.section .text.ivt,"ax" .section .text..ivt,"ax"
.align 32768 // align on 32KB boundary .align 32768 // align on 32KB boundary
.global ia64_ivt .global ia64_ivt
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#define IVT_TEXT \ #define IVT_TEXT \
VMLINUX_SYMBOL(__start_ivt_text) = .; \ VMLINUX_SYMBOL(__start_ivt_text) = .; \
*(.text.ivt) \ *(.text..ivt) \
VMLINUX_SYMBOL(__end_ivt_text) = .; VMLINUX_SYMBOL(__end_ivt_text) = .;
OUTPUT_FORMAT("elf64-ia64-little") OUTPUT_FORMAT("elf64-ia64-little")
......
...@@ -104,7 +104,7 @@ GLOBAL_ENTRY(kvm_vmm_panic) ...@@ -104,7 +104,7 @@ GLOBAL_ENTRY(kvm_vmm_panic)
br.call.sptk.many b6=vmm_panic_handler; br.call.sptk.many b6=vmm_panic_handler;
END(kvm_vmm_panic) END(kvm_vmm_panic)
.section .text.ivt,"ax" .section .text..ivt,"ax"
.align 32768 // align on 32KB boundary .align 32768 // align on 32KB boundary
.global kvm_ia64_ivt .global kvm_ia64_ivt
......
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