]> git.neil.brown.name Git - history.git/commitdiff
[SPARC64]: Move data.cacheline_aligned right before edata.
authorDavid S. Miller <davem@nuts.ninka.net>
Wed, 20 Nov 2002 08:44:31 +0000 (00:44 -0800)
committerDavid S. Miller <davem@nuts.ninka.net>
Wed, 20 Nov 2002 08:44:31 +0000 (00:44 -0800)
arch/sparc64/vmlinux.lds.S

index 7a651df4d2049e69e239986630d757b7e5793be5..93947b6116158cbca75bbd9f816fb65f26d7a7dc 100644 (file)
@@ -24,6 +24,8 @@ SECTIONS
     CONSTRUCTORS
   }
   .data1   : { *(.data1) }
+  . = ALIGN(64);
+  .data.cacheline_aligned : { *(.data.cacheline_aligned) }
   _edata  =  .;
   PROVIDE (edata = .);
   .fixup   : { *(.fixup) }
@@ -70,8 +72,6 @@ SECTIONS
   __per_cpu_end = .;
   . = ALIGN(8192);
   __init_end = .;
-  . = ALIGN(64);
-  .data.cacheline_aligned : { *(.data.cacheline_aligned) }
   __bss_start = .;
   .sbss      : { *(.sbss) *(.scommon) }
   .bss       :