]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - arch/xtensa/kernel/vmlinux.lds.S
define new percpu interface for shared data
[mirror_ubuntu-eoan-kernel.git] / arch / xtensa / kernel / vmlinux.lds.S
index b0582c3c5f8da9dad2f43eb5b9d81ca9a14cbfb0..3e31512109f9c198c355f9497dc11ad54fdd2c05 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 */