]> err.no Git - linux-2.6/blobdiff - arch/m32r/kernel/vmlinux.lds.S
all-archs: consolidate .data section definition in asm-generic
[linux-2.6] / arch / m32r / kernel / vmlinux.lds.S
index 439cc257cd1df7faf55a57051530d65be3dac13b..4e2d5b9f0a9abc601e591040bc1c3a5517d3a0b8 100644 (file)
@@ -27,7 +27,7 @@ SECTIONS
   _text = .;                   /* Text and read-only data */
   .boot : { *(.boot) } = 0
   .text : {
-       *(.text)
+       TEXT_TEXT
        SCHED_TEXT
        LOCK_TEXT
        *(.fixup)
@@ -50,7 +50,7 @@ SECTIONS
   .data : {                    /* Data */
        *(.spu)
        *(.spi)
-       *(.data)
+       DATA_DATA
        CONSTRUCTORS
        }
 
@@ -110,7 +110,7 @@ SECTIONS
   __initramfs_end = .;
 #endif
 
-  . = ALIGN(32);
+  . = ALIGN(4096);
   __per_cpu_start = .;
   .data.percpu  : { *(.data.percpu) }
   __per_cpu_end = .;