1 #include <asm-generic/vmlinux.lds.h>
3 OUTPUT_ARCH(powerpc:common64)
7 /* Sections to be discarded. */
13 /* Read-only sections, merged into text segment: */
24 __start___ex_table = .;
26 __stop___ex_table = .;
30 __start___bug_table = .;
32 __stop___bug_table = .;
36 __start___ftr_fixup = .;
38 __stop___ftr_fixup = .;
44 /* will be freed after init */
77 .con_initcall.init : {
78 __con_initcall_start = .;
80 __con_initcall_end = .;
87 __initramfs_start = .;
100 /* freed after init ends here */
103 /* Read/write sections */
105 /* The initial task and kernel stack */
110 .data.page_aligned : {
111 *(.data.page_aligned)
114 .data.cacheline_aligned : {
115 *(.data.cacheline_aligned)
119 *(.data .data.rel* .toc1)