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: */
25 __start___ex_table = .;
27 __stop___ex_table = .;
31 __start___bug_table = .;
33 __stop___bug_table = .;
37 __start___ftr_fixup = .;
39 __stop___ftr_fixup = .;
45 /* will be freed after init */
78 .con_initcall.init : {
79 __con_initcall_start = .;
81 __con_initcall_end = .;
88 __initramfs_start = .;
101 /* freed after init ends here */
104 /* Read/write sections */
106 /* The initial task and kernel stack */
111 .data.page_aligned : {
112 *(.data.page_aligned)
115 .data.cacheline_aligned : {
116 *(.data.cacheline_aligned)
120 *(.data .data.rel* .toc1)