projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db1c9df
)
MN10300: Add missing _sdata declaration
author
David Howells
<dhowells@redhat.com>
Mon, 6 Jun 2011 14:47:23 +0000
(15:47 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 8 Jun 2011 02:03:53 +0000
(19:03 -0700)
_sdata needs to be declared in the linker script now as of commit
a2d063ac216c
("extable, core_kernel_data(): Make sure all archs define
_sdata")
Signed-off-by: David Howells <dhowells@redhat.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/mn10300/kernel/vmlinux.lds.S
patch
|
blob
|
history
diff --git
a/arch/mn10300/kernel/vmlinux.lds.S
b/arch/mn10300/kernel/vmlinux.lds.S
index
6f702a6
..
13c4814
100644
(file)
--- a/
arch/mn10300/kernel/vmlinux.lds.S
+++ b/
arch/mn10300/kernel/vmlinux.lds.S
@@
-44,6
+44,7
@@
SECTIONS
RO_DATA(PAGE_SIZE)
/* writeable */
+ _sdata = .; /* Start of rw data section */
RW_DATA_SECTION(32, PAGE_SIZE, THREAD_SIZE)
_edata = .;