Re: [PATCH -tip 2/4] arm: Cleanup in_exception_text() and move it in asm/sections.h

2017-09-04 Thread Masami Hiramatsu
Hi Russell, On Sun, 3 Sep 2017 23:21:52 +0100 Russell King - ARM Linux wrote: > On Thu, Aug 17, 2017 at 04:15:00PM +0900, Masami Hiramatsu wrote: > > Cleanup in_exception_text() using memory_contains() and > > move it in asm/sections.h from asm/trap.h because > > section symbols and memory_conta

Re: [PATCH -tip 2/4] arm: Cleanup in_exception_text() and move it in asm/sections.h

2017-09-03 Thread Russell King - ARM Linux
On Thu, Aug 17, 2017 at 04:15:00PM +0900, Masami Hiramatsu wrote: > Cleanup in_exception_text() using memory_contains() and > move it in asm/sections.h from asm/trap.h because > section symbols and memory_contains() are defined in > asm/sections.h. > > Signed-off-by: Masami Hiramatsu > --- > arc

[PATCH -tip 2/4] arm: Cleanup in_exception_text() and move it in asm/sections.h

2017-08-17 Thread Masami Hiramatsu
Cleanup in_exception_text() using memory_contains() and move it in asm/sections.h from asm/trap.h because section symbols and memory_contains() are defined in asm/sections.h. Signed-off-by: Masami Hiramatsu --- arch/arm/include/asm/sections.h | 17 + arch/arm/include/asm/traps.