diff options
author | David S. Miller <davem@davemloft.net> | 2005-07-10 18:45:11 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-07-10 18:45:11 -0400 |
commit | d369ddd2fc00fc3f46e9052d1017cbf407e3cdf7 (patch) | |
tree | e7c91ce6639064462cb831dd0c48b9b93cad68d4 /arch/sparc64/kernel/vmlinux.lds.S | |
parent | 9126dfde9e5efd76f9d4246819bdc7ea66de3af0 (diff) |
[SPARC64]: Add __read_mostly support.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/sparc64/kernel/vmlinux.lds.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc64/kernel/vmlinux.lds.S b/arch/sparc64/kernel/vmlinux.lds.S index 382fd6798bb9..950423da8a6a 100644 --- a/arch/sparc64/kernel/vmlinux.lds.S +++ b/arch/sparc64/kernel/vmlinux.lds.S | |||
@@ -32,6 +32,8 @@ SECTIONS | |||
32 | .data1 : { *(.data1) } | 32 | .data1 : { *(.data1) } |
33 | . = ALIGN(64); | 33 | . = ALIGN(64); |
34 | .data.cacheline_aligned : { *(.data.cacheline_aligned) } | 34 | .data.cacheline_aligned : { *(.data.cacheline_aligned) } |
35 | . = ALIGN(64); | ||
36 | .data.read_mostly : { *(.data.read_mostly) } | ||
35 | _edata = .; | 37 | _edata = .; |
36 | PROVIDE (edata = .); | 38 | PROVIDE (edata = .); |
37 | .fixup : { *(.fixup) } | 39 | .fixup : { *(.fixup) } |