1 /* ld script to make UltraLinux kernel */
4 #include <asm-generic/vmlinux.lds.h>
6 OUTPUT_FORMAT("elf64-sparc", "elf64-sparc", "elf64-sparc")
13 swapper_low_pmd_dir = 0x0000000000402000;
15 .text 0x0000000000404000 :
34 .data1 : { *(.data1) }
36 .data.cacheline_aligned : { *(.data.cacheline_aligned) }
38 .data.read_mostly : { *(.data.read_mostly) }
41 .fixup : { *(.fixup) }
44 __start___ex_table = .;
45 __ex_table : { *(__ex_table) }
46 __stop___ex_table = .;
57 .init.data : { *(.init.data) }
60 .init.setup : { *(.init.setup) }
67 __con_initcall_start = .;
68 .con_initcall.init : { *(.con_initcall.init) }
69 __con_initcall_end = .;
72 __tsb_ldquad_phys_patch = .;
73 .tsb_ldquad_phys_patch : { *(.tsb_ldquad_phys_patch) }
74 __tsb_ldquad_phys_patch_end = .;
76 .tsb_phys_patch : { *(.tsb_phys_patch) }
77 __tsb_phys_patch_end = .;
79 .cpuid_patch : { *(.cpuid_patch) }
80 __cpuid_patch_end = .;
81 __sun4v_1insn_patch = .;
82 .sun4v_1insn_patch : { *(.sun4v_1insn_patch) }
83 __sun4v_1insn_patch_end = .;
84 __sun4v_2insn_patch = .;
85 .sun4v_2insn_patch : { *(.sun4v_2insn_patch) }
86 __sun4v_2insn_patch_end = .;
88 #ifdef CONFIG_BLK_DEV_INITRD
90 __initramfs_start = .;
91 .init.ramfs : { *(.init.ramfs) }
100 .sbss : { *(.sbss) *(.scommon) }
109 /DISCARD/ : { *(.exit.text) *(.exit.data) *(.exitcall.exit) }