Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1265974

[PATCH 0/4] cleanup FRAME_POINTER kconfig option use

From Yang Shi <yang.shi@linaro.org>
Newsgroups linux.kernel
Subject [PATCH 0/4] cleanup FRAME_POINTER kconfig option use
Date 2015-11-09 20:50 +0100
Message-ID <qt0BX-2jS-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


When I cleanup FRME_POINTER use for arm64 arch, I found some other
architectures need the similar cleanup. So, I came up with the patch series
for them.

Yang Shi (4):
      m32r: remove redundant FRAME_POINTER kconfig option
      hexagon: select ARCH_WANT_FRAME_POINTERS instead of defining FRAME_POINTER
      avr32: select ARCH_WANT_FRAME_POINTERS and set DEBUG_KERNEL in defconfigs
      h8300: set DEBUG_KERNEL in defconfigs

 arch/avr32/Kconfig                                  | 1 +
 arch/avr32/configs/atngw100_defconfig               | 1 +
 arch/avr32/configs/atngw100_evklcd100_defconfig     | 1 +
 arch/avr32/configs/atngw100_evklcd101_defconfig     | 1 +
 arch/avr32/configs/atngw100_mrmt_defconfig          | 1 +
 arch/avr32/configs/atngw100mkii_defconfig           | 1 +
 arch/avr32/configs/atngw100mkii_evklcd100_defconfig | 1 +
 arch/avr32/configs/atngw100mkii_evklcd101_defconfig | 1 +
 arch/avr32/configs/atstk1002_defconfig              | 1 +
 arch/avr32/configs/atstk1003_defconfig              | 1 +
 arch/avr32/configs/atstk1004_defconfig              | 1 +
 arch/avr32/configs/atstk1006_defconfig              | 1 +
 arch/avr32/configs/favr-32_defconfig                | 1 +
 arch/avr32/configs/hammerhead_defconfig             | 1 +
 arch/avr32/configs/mimc200_defconfig                | 1 +
 arch/h8300/configs/edosk2674_defconfig              | 1 +
 arch/h8300/configs/h8300h-sim_defconfig             | 1 +
 arch/h8300/configs/h8s-sim_defconfig                | 1 +
 arch/hexagon/Kconfig                                | 4 +---
 arch/m32r/Kconfig.debug                             | 8 --------
 20 files changed, 19 insertions(+), 11 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 0/4] cleanup FRAME_POINTER kconfig option use Yang Shi <yang.shi@linaro.org> - 2015-11-09 20:50 +0100

csiph-web