Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1469155
| From | Peter Oberparleiter <oberpar@linux.vnet.ibm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] treewide: replace config_enabled() with IS_ENABLED() (2nd round) |
| Date | 2016-08-24 10:00 +0200 |
| Message-ID | <s9Bgl-7De-11@gated-at.bofh.it> (permalink) |
| References | <s9n3I-6xg-43@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 23.08.2016 18:45, Masahiro Yamada wrote:
> Commit 97f2645f358b ("tree-wide: replace config_enabled() with
> IS_ENABLED()") mostly killed config_enabled(), but some new users
> have appeared for v4.8-rc1. They are all used for a boolean option,
> so can be replaced with IS_ENABLED() safely.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
> ---
>
> arch/mips/include/asm/page.h | 4 ++--
> arch/s390/kernel/setup.c | 6 ++----
> arch/x86/mm/kaslr.c | 2 +-
> 3 files changed, 5 insertions(+), 7 deletions(-)
--
Peter Oberparleiter
Linux on z Systems Development - IBM Germany
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] treewide: replace config_enabled() with IS_ENABLED() (2nd round) Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-08-23 18:50 +0200 Re: [PATCH] treewide: replace config_enabled() with IS_ENABLED() (2nd round) Kees Cook <keescook@chromium.org> - 2016-08-24 04:20 +0200 Re: [PATCH] treewide: replace config_enabled() with IS_ENABLED() (2nd round) Peter Oberparleiter <oberpar@linux.vnet.ibm.com> - 2016-08-24 10:00 +0200
csiph-web