]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - arch/blackfin/kernel/vmlinux.lds.S
Blackfin arch: SMP supporting patchset: some other misc code
[linux-2.6.git] / arch / blackfin / kernel / vmlinux.lds.S
index 7d12c6692a65a1d2d8e2de17049fb541b61df9c3..2a485352ec14680553de6f925a0a00281ae782c5 100644 (file)
@@ -109,7 +109,7 @@ SECTIONS
 #endif
 
                DATA_DATA
-               *(.data.*)
+               *(.data)
                CONSTRUCTORS
 
                /* make sure the init_task is aligned to the
@@ -161,6 +161,7 @@ SECTIONS
                *(.con_initcall.init)
                ___con_initcall_end = .;
        }
+       PERCPU(4)
        SECURITY_INIT
        .init.ramfs :
        {
@@ -236,7 +237,6 @@ SECTIONS
                . = ALIGN(4);
                __ebss_l2 = .;
        }
-
        /* Force trailing alignment of our init section so that when we
         * free our init memory, we don't leave behind a partial page.
         */