define new percpu interface for shared data
[pandora-kernel.git] / arch / xtensa / kernel / vmlinux.lds.S
index b0582c3..3e31512 100644 (file)
@@ -190,10 +190,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 */