vmlinux.lds.S (aa7eb8e78d8ecd6cd0475d86ea8385ff9cb47ece) vmlinux.lds.S (ef7c4d4675d2a9206f913f26ca1a5cd41bff9d41)
1/* ld script for sparc32/sparc64 kernel */
2
3#include <asm-generic/vmlinux.lds.h>
4
5#include <asm/page.h>
6#include <asm/thread_info.h>
7
8#ifdef CONFIG_SPARC32

--- 93 unchanged lines hidden (view full) ---

102 *(.sun4v_1insn_patch)
103 __sun4v_1insn_patch_end = .;
104 }
105 .sun4v_2insn_patch : {
106 __sun4v_2insn_patch = .;
107 *(.sun4v_2insn_patch)
108 __sun4v_2insn_patch_end = .;
109 }
1/* ld script for sparc32/sparc64 kernel */
2
3#include <asm-generic/vmlinux.lds.h>
4
5#include <asm/page.h>
6#include <asm/thread_info.h>
7
8#ifdef CONFIG_SPARC32

--- 93 unchanged lines hidden (view full) ---

102 *(.sun4v_1insn_patch)
103 __sun4v_1insn_patch_end = .;
104 }
105 .sun4v_2insn_patch : {
106 __sun4v_2insn_patch = .;
107 *(.sun4v_2insn_patch)
108 __sun4v_2insn_patch_end = .;
109 }
110
110 .popc_3insn_patch : {
111 __popc_3insn_patch = .;
112 *(.popc_3insn_patch)
113 __popc_3insn_patch_end = .;
114 }
111 PERCPU_SECTION(SMP_CACHE_BYTES)
112
113 . = ALIGN(PAGE_SIZE);
114 __init_end = .;
115 BSS_SECTION(0, 0, 0)
116 _end = . ;
117
118 STABS_DEBUG
119 DWARF_DEBUG
120
121 DISCARDS
122}
115 PERCPU_SECTION(SMP_CACHE_BYTES)
116
117 . = ALIGN(PAGE_SIZE);
118 __init_end = .;
119 BSS_SECTION(0, 0, 0)
120 _end = . ;
121
122 STABS_DEBUG
123 DWARF_DEBUG
124
125 DISCARDS
126}