[SPARC]: Merge asm-sparc{,64}/cache.h
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
f610bbc6ac
commit
d113fcd9cf
@ -89,6 +89,10 @@ SECTIONS
|
||||
.data.cacheline_aligned : {
|
||||
*(.data.cacheline_aligned)
|
||||
}
|
||||
. = ALIGN(32);
|
||||
.data.read_mostly : {
|
||||
*(.data.read_mostly)
|
||||
}
|
||||
|
||||
__bss_start = .;
|
||||
.sbss : {
|
||||
|
Reference in New Issue
Block a user