]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/rpmsg.git/commitdiff
powerpc: Use the common INIT_DATA_SECTION macro in vmlinux.lds.S
authorYouling Tang <tangyouling@loongson.cn>
Wed, 4 Nov 2020 10:59:10 +0000 (18:59 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Jan 2021 10:47:46 +0000 (11:47 +0100)
[ Upstream commit fdcfeaba38e5b183045f5b079af94f97658eabe6 ]

Use the common INIT_DATA_SECTION rule for the linker script in an effort
to regularize the linker script.

Signed-off-by: Youling Tang <tangyouling@loongson.cn>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/1604487550-20040-1-git-send-email-tangyouling@loongson.cn
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/powerpc/kernel/vmlinux.lds.S

index 4def51c12e1bf487594c410659f0d8a91cd39f4d..f9081724d69106d5a78de6925d1f539e749c5d9f 100644 (file)
@@ -223,21 +223,7 @@ SECTIONS
                EXIT_TEXT
        }
 
-       .init.data : AT(ADDR(.init.data) - LOAD_OFFSET) {
-               INIT_DATA
-       }
-
-       .init.setup : AT(ADDR(.init.setup) - LOAD_OFFSET) {
-               INIT_SETUP(16)
-       }
-
-       .initcall.init : AT(ADDR(.initcall.init) - LOAD_OFFSET) {
-               INIT_CALLS
-       }
-
-       .con_initcall.init : AT(ADDR(.con_initcall.init) - LOAD_OFFSET) {
-               CON_INITCALL
-       }
+       INIT_DATA_SECTION(16)
 
        . = ALIGN(8);
        __ftr_fixup : AT(ADDR(__ftr_fixup) - LOAD_OFFSET) {
@@ -265,9 +251,6 @@ SECTIONS
                __stop___fw_ftr_fixup = .;
        }
 #endif
-       .init.ramfs : AT(ADDR(.init.ramfs) - LOAD_OFFSET) {
-               INIT_RAM_FS
-       }
 
        PERCPU_SECTION(L1_CACHE_BYTES)