Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40182373 authored by David Howells's avatar David Howells Committed by Linus Torvalds
Browse files

MN10300: Add missing _sdata declaration



_sdata needs to be declared in the linker script now as of commit
a2d063ac ("extable, core_kernel_data(): Make sure all archs define
_sdata")

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent db1c9dfa
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -44,6 +44,7 @@ SECTIONS
  RO_DATA(PAGE_SIZE)
  RO_DATA(PAGE_SIZE)


  /* writeable */
  /* writeable */
  _sdata = .;     /* Start of rw data section */
  RW_DATA_SECTION(32, PAGE_SIZE, THREAD_SIZE)
  RW_DATA_SECTION(32, PAGE_SIZE, THREAD_SIZE)
  _edata = .;
  _edata = .;