]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/xtensa/kernel/vmlinux.lds.S
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
[karo-tx-linux.git] / arch / xtensa / kernel / vmlinux.lds.S
index bb3f1f3097a878588fcc2e8b0c3136a49f490186..ac4ed52034dbfb44c00564e9af7020750f0a75aa 100644 (file)
@@ -191,10 +191,7 @@ SECTIONS
   __initramfs_end = .;
 #endif
 
-  . = ALIGN(4096);
-  __per_cpu_start = .;
-  .data.percpu  : { *(.data.percpu) }
-  __per_cpu_end = .;
+  PERCPU(4096)
 
 
   /* We need this dummy segment here */