diff options
| author | Jesper Nilsson <jespern@axis.com> | 2011-02-23 07:04:25 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-02-23 11:00:47 -0500 |
| commit | f19e0eec8b82faae4c2a5d129dfa9fe1cf66f5a9 (patch) | |
| tree | 0e0318e686b7393a384f0badb788e71e1dee0651 | |
| parent | 4a508dd259f5995b8d31c576b894263f5947d654 (diff) | |
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>
| -rw-r--r-- | arch/cris/kernel/vmlinux.lds.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/cris/kernel/vmlinux.lds.S b/arch/cris/kernel/vmlinux.lds.S index 442218980db0..c49be845f96a 100644 --- a/arch/cris/kernel/vmlinux.lds.S +++ b/arch/cris/kernel/vmlinux.lds.S | |||
| @@ -72,11 +72,6 @@ SECTIONS | |||
| 72 | INIT_TEXT_SECTION(PAGE_SIZE) | 72 | INIT_TEXT_SECTION(PAGE_SIZE) |
| 73 | .init.data : { INIT_DATA } | 73 | .init.data : { INIT_DATA } |
| 74 | .init.setup : { INIT_SETUP(16) } | 74 | .init.setup : { INIT_SETUP(16) } |
| 75 | #ifdef CONFIG_ETRAX_ARCH_V32 | ||
| 76 | __start___param = .; | ||
| 77 | __param : { *(__param) } | ||
| 78 | __stop___param = .; | ||
| 79 | #endif | ||
| 80 | .initcall.init : { | 75 | .initcall.init : { |
| 81 | INIT_CALLS | 76 | INIT_CALLS |
| 82 | } | 77 | } |
