Re: [PATCH 3/4] avr32: select ARCH_WANT_FRAME_POINTERS and set DEBUG_KERNEL in defconfigs

2015-11-09 Thread Hans-Christian Noren Egtvedt
Around Mon 09 Nov 2015 11:21:17 -0800 or thereabout, Yang Shi wrote: > FRAME_POINTER is set by default if ARCH_WANT_FRAME_POINTERS and DEBUG_KERNEL > are selcted, this is the standard way to include FRAME_POINTER used by all > of other architectures. > > And, set DEBUG_KERNEL=y in defconfigs

[PATCH 3/4] avr32: select ARCH_WANT_FRAME_POINTERS and set DEBUG_KERNEL in defconfigs

2015-11-09 Thread Yang Shi
FRAME_POINTER is set by default if ARCH_WANT_FRAME_POINTERS and DEBUG_KERNEL are selcted, this is the standard way to include FRAME_POINTER used by all of other architectures. And, set DEBUG_KERNEL=y in defconfigs otherwise FRAME_POINTER won't be enabled at all. Signed-off-by: Yang Shi ---

[PATCH 3/4] avr32: select ARCH_WANT_FRAME_POINTERS and set DEBUG_KERNEL in defconfigs

2015-11-09 Thread Yang Shi
FRAME_POINTER is set by default if ARCH_WANT_FRAME_POINTERS and DEBUG_KERNEL are selcted, this is the standard way to include FRAME_POINTER used by all of other architectures. And, set DEBUG_KERNEL=y in defconfigs otherwise FRAME_POINTER won't be enabled at all. Signed-off-by: Yang Shi

Re: [PATCH 3/4] avr32: select ARCH_WANT_FRAME_POINTERS and set DEBUG_KERNEL in defconfigs

2015-11-09 Thread Hans-Christian Noren Egtvedt
Around Mon 09 Nov 2015 11:21:17 -0800 or thereabout, Yang Shi wrote: > FRAME_POINTER is set by default if ARCH_WANT_FRAME_POINTERS and DEBUG_KERNEL > are selcted, this is the standard way to include FRAME_POINTER used by all > of other architectures. > > And, set DEBUG_KERNEL=y in defconfigs