1 /* ld script to make UltraLinux kernel */
3 #include <asm-generic/vmlinux.lds.h>
5 OUTPUT_FORMAT("elf64-sparc", "elf64-sparc", "elf64-sparc")
12 swapper_low_pmd_dir = 0x0000000000402000;
14 .text 0x0000000000404000 :
33 .data1 : { *(.data1) }
35 .data.cacheline_aligned : { *(.data.cacheline_aligned) }
37 .data.read_mostly : { *(.data.read_mostly) }
40 .fixup : { *(.fixup) }
43 __start___ex_table = .;
44 __ex_table : { *(__ex_table) }
45 __stop___ex_table = .;
54 .init.data : { *(.init.data) }
57 .init.setup : { *(.init.setup) }
64 __con_initcall_start = .;
65 .con_initcall.init : { *(.con_initcall.init) }
66 __con_initcall_end = .;
69 __tsb_ldquad_phys_patch = .;
70 .tsb_ldquad_phys_patch : { *(.tsb_ldquad_phys_patch) }
71 __tsb_ldquad_phys_patch_end = .;
73 .tsb_phys_patch : { *(.tsb_phys_patch) }
74 __tsb_phys_patch_end = .;
76 .cpuid_patch : { *(.cpuid_patch) }
77 __cpuid_patch_end = .;
78 __sun4v_1insn_patch = .;
79 .sun4v_1insn_patch : { *(.sun4v_1insn_patch) }
80 __sun4v_1insn_patch_end = .;
81 __sun4v_2insn_patch = .;
82 .sun4v_2insn_patch : { *(.sun4v_2insn_patch) }
83 __sun4v_2insn_patch_end = .;
85 __initramfs_start = .;
86 .init.ramfs : { *(.init.ramfs) }
90 .data.percpu : { *(.data.percpu) }
95 .sbss : { *(.sbss) *(.scommon) }
104 /DISCARD/ : { *(.exit.text) *(.exit.data) *(.exitcall.exit) }