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 */
53 _etext = .; /* End of text section */
57 /* Exception table for data bus errors */
59 __start___dbe_table = .;
61 __stop___dbe_table = .;
65 .dummy : { *(.dummy) } :text
71 . = . + DATAOFFSET; /* for CONFIG_MAPPED_KERNEL */
73 INIT_TASK_DATA(PAGE_SIZE)
75 CACHELINE_ALIGNED_DATA(1 << CONFIG_MIPS_L1_CACHE_SHIFT)
86 /* We want the small data sections together, so single-instruction offsets
87 can access them all, and initialized data all before uninitialized, so
88 we can shorten the on-disk segment size. */
92 _edata = .; /* End of data section */
94 /* will be freed after init */
95 . = ALIGN(PAGE_SIZE); /* Init code and data */
97 INIT_TEXT_SECTION(PAGE_SIZE)
100 /* .exit.text is discarded at runtime, not link time, to deal with
101 * references from .rodata
111 . = ALIGN(PAGE_SIZE);
113 /* freed after init ends here */
119 /* These mark the ABI of the kernel for debuggers. */
121 KEEP(*(.mdebug.abi32))
124 KEEP(*(.mdebug.abi64))
127 /* This is the MIPS specific mdebug section. */
135 /* These must appear regardless of . */
145 /* Sections to be discarded */
148 /* ABI crap starts here */