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 = .;
55 .init.data : { *(.init.data) }
58 .init.setup : { *(.init.setup) }
65 __con_initcall_start = .;
66 .con_initcall.init : { *(.con_initcall.init) }
67 __con_initcall_end = .;
70 __tsb_ldquad_phys_patch = .;
71 .tsb_ldquad_phys_patch : { *(.tsb_ldquad_phys_patch) }
72 __tsb_ldquad_phys_patch_end = .;
74 .tsb_phys_patch : { *(.tsb_phys_patch) }
75 __tsb_phys_patch_end = .;
77 .cpuid_patch : { *(.cpuid_patch) }
78 __cpuid_patch_end = .;
79 __sun4v_1insn_patch = .;
80 .sun4v_1insn_patch : { *(.sun4v_1insn_patch) }
81 __sun4v_1insn_patch_end = .;
82 __sun4v_2insn_patch = .;
83 .sun4v_2insn_patch : { *(.sun4v_2insn_patch) }
84 __sun4v_2insn_patch_end = .;
86 #ifdef CONFIG_BLK_DEV_INITRD
88 __initramfs_start = .;
89 .init.ramfs : { *(.init.ramfs) }
98 .sbss : { *(.sbss) *(.scommon) }
107 /DISCARD/ : { *(.exit.text) *(.exit.data) *(.exitcall.exit) }