Re: [PATCH 5/5] vmlinux.lds.h: replace config_enabled() with IS_ENABLED()

2016-06-23 Thread Masahiro Yamada
Hi Andrew, Michal, 2016-06-21 8:20 GMT+09:00 Masahiro Yamada : > 2016-06-21 5:45 GMT+09:00 Michal Marek : >> Dne 14.6.2016 v 07:58 Masahiro Yamada napsal(a): >>> The use of config_enabled() against config options is ambiguous. >>> >>> Now,

Re: [PATCH 5/5] vmlinux.lds.h: replace config_enabled() with IS_ENABLED()

2016-06-23 Thread Masahiro Yamada
Hi Andrew, Michal, 2016-06-21 8:20 GMT+09:00 Masahiro Yamada : > 2016-06-21 5:45 GMT+09:00 Michal Marek : >> Dne 14.6.2016 v 07:58 Masahiro Yamada napsal(a): >>> The use of config_enabled() against config options is ambiguous. >>> >>> Now, IS_ENABLED() is implemented purely with macro expansion,

Re: [PATCH 5/5] vmlinux.lds.h: replace config_enabled() with IS_ENABLED()

2016-06-22 Thread Masahiro Yamada
Hi Andrew, 2016-06-21 18:25 GMT+09:00 Arnd Bergmann : > On Tuesday, June 21, 2016 8:20:10 AM CEST Masahiro Yamada wrote: >> 2016-06-21 5:45 GMT+09:00 Michal Marek : >> > Dne 14.6.2016 v 07:58 Masahiro Yamada napsal(a): >> >> The use of config_enabled() against

Re: [PATCH 5/5] vmlinux.lds.h: replace config_enabled() with IS_ENABLED()

2016-06-22 Thread Masahiro Yamada
Hi Andrew, 2016-06-21 18:25 GMT+09:00 Arnd Bergmann : > On Tuesday, June 21, 2016 8:20:10 AM CEST Masahiro Yamada wrote: >> 2016-06-21 5:45 GMT+09:00 Michal Marek : >> > Dne 14.6.2016 v 07:58 Masahiro Yamada napsal(a): >> >> The use of config_enabled() against config options is ambiguous. >> >>

Re: [PATCH 5/5] vmlinux.lds.h: replace config_enabled() with IS_ENABLED()

2016-06-21 Thread Arnd Bergmann
On Tuesday, June 21, 2016 8:20:10 AM CEST Masahiro Yamada wrote: > 2016-06-21 5:45 GMT+09:00 Michal Marek : > > Dne 14.6.2016 v 07:58 Masahiro Yamada napsal(a): > >> The use of config_enabled() against config options is ambiguous. > >> > >> Now, IS_ENABLED() is implemented purely

Re: [PATCH 5/5] vmlinux.lds.h: replace config_enabled() with IS_ENABLED()

2016-06-21 Thread Arnd Bergmann
On Tuesday, June 21, 2016 8:20:10 AM CEST Masahiro Yamada wrote: > 2016-06-21 5:45 GMT+09:00 Michal Marek : > > Dne 14.6.2016 v 07:58 Masahiro Yamada napsal(a): > >> The use of config_enabled() against config options is ambiguous. > >> > >> Now, IS_ENABLED() is implemented purely with macro

Re: [PATCH 5/5] vmlinux.lds.h: replace config_enabled() with IS_ENABLED()

2016-06-20 Thread Masahiro Yamada
2016-06-21 5:45 GMT+09:00 Michal Marek : > Dne 14.6.2016 v 07:58 Masahiro Yamada napsal(a): >> The use of config_enabled() against config options is ambiguous. >> >> Now, IS_ENABLED() is implemented purely with macro expansion, so >> let's replace config_enabled() with

Re: [PATCH 5/5] vmlinux.lds.h: replace config_enabled() with IS_ENABLED()

2016-06-20 Thread Masahiro Yamada
2016-06-21 5:45 GMT+09:00 Michal Marek : > Dne 14.6.2016 v 07:58 Masahiro Yamada napsal(a): >> The use of config_enabled() against config options is ambiguous. >> >> Now, IS_ENABLED() is implemented purely with macro expansion, so >> let's replace config_enabled() with IS_ENABLED(). >> >>

Re: [PATCH 5/5] vmlinux.lds.h: replace config_enabled() with IS_ENABLED()

2016-06-20 Thread Michal Marek
Dne 14.6.2016 v 07:58 Masahiro Yamada napsal(a): > The use of config_enabled() against config options is ambiguous. > > Now, IS_ENABLED() is implemented purely with macro expansion, so > let's replace config_enabled() with IS_ENABLED(). > > Signed-off-by: Masahiro Yamada

Re: [PATCH 5/5] vmlinux.lds.h: replace config_enabled() with IS_ENABLED()

2016-06-20 Thread Michal Marek
Dne 14.6.2016 v 07:58 Masahiro Yamada napsal(a): > The use of config_enabled() against config options is ambiguous. > > Now, IS_ENABLED() is implemented purely with macro expansion, so > let's replace config_enabled() with IS_ENABLED(). > > Signed-off-by: Masahiro Yamada I applied the whole

[PATCH 5/5] vmlinux.lds.h: replace config_enabled() with IS_ENABLED()

2016-06-14 Thread Masahiro Yamada
The use of config_enabled() against config options is ambiguous. Now, IS_ENABLED() is implemented purely with macro expansion, so let's replace config_enabled() with IS_ENABLED(). Signed-off-by: Masahiro Yamada --- include/asm-generic/vmlinux.lds.h | 2 +- 1

[PATCH 5/5] vmlinux.lds.h: replace config_enabled() with IS_ENABLED()

2016-06-14 Thread Masahiro Yamada
The use of config_enabled() against config options is ambiguous. Now, IS_ENABLED() is implemented purely with macro expansion, so let's replace config_enabled() with IS_ENABLED(). Signed-off-by: Masahiro Yamada --- include/asm-generic/vmlinux.lds.h | 2 +- 1 file changed, 1 insertion(+), 1