Re: [RFC] Removal of CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX

2018-05-05 Thread Sam Ravnborg
On Sat, May 05, 2018 at 07:16:13PM +0900, Masahiro Yamada wrote: > Hi. > > > CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX was selected > by BLACKFIN and METAG. > > Now that both architectures removed in the previous > merge window, there is no more user of this CONFIG option. No need to keep this aroun

Re: [RFC] Removal of CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX

2018-05-05 Thread Linus Torvalds
On Sat, May 5, 2018 at 12:17 AM Masahiro Yamada < yamada.masah...@socionext.com> wrote: > My question is, > is it OK to remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX entirely? Absolutely. Let's not keep legacy stuff that complicates things around unless necessary. Even if there might be some unlik

[RFC] Removal of CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX

2018-05-05 Thread Masahiro Yamada
Hi. CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX was selected by BLACKFIN and METAG. Now that both architectures removed in the previous merge window, there is no more user of this CONFIG option. My question is, is it OK to remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX entirely? In other words, - Is