cris: Mark _stext and _end as char-arrays, not single char variables
authorMasami Hiramatsu <[email protected]>
Thu, 3 Aug 2017 02:37:15 +0000 (11:37 +0900)
committerIngo Molnar <[email protected]>
Thu, 10 Aug 2017 14:28:53 +0000 (16:28 +0200)
commitc2579fee22483b0f156099abd9996d900634562c
treea164cfd46032ccda62f2e62954515b0d4e2bce47
parent1824436262b2f43a46051a4958e2dd58a9d9aadf
cris: Mark _stext and _end as char-arrays, not single char variables

Mark _stext and _end as character arrays instead of single
character variable, like include/asm-generic/sections.h does.

Signed-off-by: Masami Hiramatsu <[email protected]>
Cc: Ananth N Mavinakayanahalli <[email protected]>
Cc: Anil S Keshavamurthy <[email protected]>
Cc: Chris Zankel <[email protected]>
Cc: David S . Miller <[email protected]>
Cc: Francis Deslauriers <[email protected]>
Cc: Jesper Nilsson <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Max Filippov <[email protected]>
Cc: Mikael Starvik <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Yoshinori Sato <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/150172782555.27216.2805751327900543374.stgit@devbox
Signed-off-by: Ingo Molnar <[email protected]>
arch/cris/arch-v32/mach-a3/arbiter.c
arch/cris/arch-v32/mach-fs/arbiter.c
arch/cris/kernel/traps.c