]> err.no Git - linux-2.6/blobdiff - arch/m32r/kernel/vmlinux.lds.S
[TEXTSEARCH]: Do not allow zero length patterns in the textsearch infrastructure
[linux-2.6] / arch / m32r / kernel / vmlinux.lds.S
index 439cc257cd1df7faf55a57051530d65be3dac13b..942a8c7a44174b0c010d88c10694523ec93c248f 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,10 +110,7 @@ SECTIONS
   __initramfs_end = .;
 #endif
 
-  . = ALIGN(32);
-  __per_cpu_start = .;
-  .data.percpu  : { *(.data.percpu) }
-  __per_cpu_end = .;
+  PERCPU(4096)
   . = ALIGN(4096);
   __init_end = .;
   /* freed after init ends here */