1 #include <asm/asm-offsets.h>
3 #include <asm-generic/vmlinux.lds.h>
10 text PT_LOAD FLAGS(7); /* RWX */
11 note PT_NOTE FLAGS(4); /* R__ */
15 #ifdef CONFIG_CPU_LITTLE_ENDIAN
18 jiffies = jiffies_64 + 4;
26 #ifdef CONFIG_BOOT_ELF64
27 /* Read-only sections, merged into text segment: */
28 /* . = 0xc000000000000000; */
30 /* This is the value for an Origin kernel, taken from an IRIX kernel. */
31 /* . = 0xc00000000001c000; */
33 /* Set the vaddr for the text segment to a value
34 * >= 0xa800 0000 0001 9000 if no symmon is going to configured
35 * >= 0xa800 0000 0030 0000 otherwise
38 /* . = 0xa800000000300000; */
39 . = 0xffffffff80300000;
41 . = VMLINUX_LOAD_ADDRESS;
43 _text = .; /* Text and read-only data */
54 _etext = .; /* End of text section */
58 /* Exception table for data bus errors */
60 __start___dbe_table = .;
62 __stop___dbe_table = .;
66 .dummy : { *(.dummy) } :text
72 . = . + DATAOFFSET; /* for CONFIG_MAPPED_KERNEL */
74 INIT_TASK_DATA(PAGE_SIZE)
76 CACHELINE_ALIGNED_DATA(1 << CONFIG_MIPS_L1_CACHE_SHIFT)
87 /* We want the small data sections together, so single-instruction offsets
88 can access them all, and initialized data all before uninitialized, so
89 we can shorten the on-disk segment size. */
93 _edata = .; /* End of data section */
95 /* will be freed after init */
96 . = ALIGN(PAGE_SIZE); /* Init code and data */
98 INIT_TEXT_SECTION(PAGE_SIZE)
101 /* .exit.text is discarded at runtime, not link time, to deal with
102 * references from .rodata
112 . = ALIGN(PAGE_SIZE);
114 /* freed after init ends here */
120 /* These mark the ABI of the kernel for debuggers. */
122 KEEP(*(.mdebug.abi32))
125 KEEP(*(.mdebug.abi64))
128 /* This is the MIPS specific mdebug section. */
136 /* These must appear regardless of . */
146 /* Sections to be discarded */
149 /* ABI crap starts here */