summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel
diff options
context:
space:
mode:
authorDavid S. Miller2007-11-16 12:06:07 +0100
committerDavid S. Miller2008-02-09 13:17:37 +0100
commitd113fcd9cf807045e38998a60b4f4577c927c300 (patch)
tree6a8b37866eb189d769aa345ac012f754f4ee5dc5 /arch/sparc/kernel
parent[SPARC]: Merge asm-sparc{,64}/byteorder.h (diff)
downloadkernel-qcow2-linux-d113fcd9cf807045e38998a60b4f4577c927c300.tar.gz
kernel-qcow2-linux-d113fcd9cf807045e38998a60b4f4577c927c300.tar.xz
kernel-qcow2-linux-d113fcd9cf807045e38998a60b4f4577c927c300.zip
[SPARC]: Merge asm-sparc{,64}/cache.h
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel')
-rw-r--r--arch/sparc/kernel/vmlinux.lds.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sparc/kernel/vmlinux.lds.S b/arch/sparc/kernel/vmlinux.lds.S
index 216147d6e61f..b1002c607196 100644
--- a/arch/sparc/kernel/vmlinux.lds.S
+++ b/arch/sparc/kernel/vmlinux.lds.S
@@ -89,6 +89,10 @@ SECTIONS
.data.cacheline_aligned : {
*(.data.cacheline_aligned)
}
+ . = ALIGN(32);
+ .data.read_mostly : {
+ *(.data.read_mostly)
+ }
__bss_start = .;
.sbss : {