aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2005-07-10 15:45:11 -0700
committerDavid S. Miller <davem@davemloft.net>2005-07-10 15:45:11 -0700
commitd369ddd2fc00fc3f46e9052d1017cbf407e3cdf7 (patch)
treee7c91ce6639064462cb831dd0c48b9b93cad68d4 /arch/sparc64/kernel/vmlinux.lds.S
parent[SPARC]: Add ioprio system call support. (diff)
downloadlinux-dev-d369ddd2fc00fc3f46e9052d1017cbf407e3cdf7.tar.xz
linux-dev-d369ddd2fc00fc3f46e9052d1017cbf407e3cdf7.zip
[SPARC64]: Add __read_mostly support.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--arch/sparc64/kernel/vmlinux.lds.S2
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
.data1 : { *(.data1) }
. = ALIGN(64);
.data.cacheline_aligned : { *(.data.cacheline_aligned) }
+ . = ALIGN(64);
+ .data.read_mostly : { *(.data.read_mostly) }
_edata = .;
PROVIDE (edata = .);
.fixup : { *(.fixup) }