Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Drop redundant __param section for CRISv32.

The __param section is already brought in by RODATA above.

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Jesper Nilsson and committed by
Linus Torvalds
f19e0eec 4a508dd2

-5
-5
arch/cris/kernel/vmlinux.lds.S
··· 72 72 INIT_TEXT_SECTION(PAGE_SIZE) 73 73 .init.data : { INIT_DATA } 74 74 .init.setup : { INIT_SETUP(16) } 75 - #ifdef CONFIG_ETRAX_ARCH_V32 76 - __start___param = .; 77 - __param : { *(__param) } 78 - __stop___param = .; 79 - #endif 80 75 .initcall.init : { 81 76 INIT_CALLS 82 77 }