projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a508dd
)
Drop redundant __param section for CRISv32.
author
Jesper Nilsson
<jespern@axis.com>
Wed, 23 Feb 2011 12:04:25 +0000
(13:04 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 23 Feb 2011 16:00:47 +0000
(08:00 -0800)
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>
arch/cris/kernel/vmlinux.lds.S
patch
|
blob
|
history
diff --git
a/arch/cris/kernel/vmlinux.lds.S
b/arch/cris/kernel/vmlinux.lds.S
index
4422189
..
c49be84
100644
(file)
--- a/
arch/cris/kernel/vmlinux.lds.S
+++ b/
arch/cris/kernel/vmlinux.lds.S
@@
-72,11
+72,6
@@
SECTIONS
INIT_TEXT_SECTION(PAGE_SIZE)
.init.data : { INIT_DATA }
.init.setup : { INIT_SETUP(16) }
-#ifdef CONFIG_ETRAX_ARCH_V32
- __start___param = .;
- __param : { *(__param) }
- __stop___param = .;
-#endif
.initcall.init : {
INIT_CALLS
}