]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/kernel/vmlinux.lds.S
Use helpers to obtain task pid in printks (arch code)
[karo-tx-linux.git] / arch / arm / kernel / vmlinux.lds.S
index 8d4e248a954460fe83ca2788ca77cd122957041e..5ff5406666b437c9a8a5b848279d60735b601bc6 100644 (file)
@@ -66,6 +66,7 @@ SECTIONS
                . = ALIGN(4096);
                __per_cpu_start = .;
                        *(.data.percpu)
+                       *(.data.percpu.shared_aligned)
                __per_cpu_end = .;
 #ifndef CONFIG_XIP_KERNEL
                __init_begin = _stext;
@@ -158,7 +159,7 @@ SECTIONS
                /*
                 * and the usual data section
                 */
-               *(.data)
+               DATA_DATA
                CONSTRUCTORS
 
                _edata = .;