diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-01-30 13:31:03 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:31:03 +0100 |
commit | 3c2362e629cdc16ea7472c5f14b6c2076aba58db (patch) | |
tree | 230b3d5fcab74ea5ee6e2a2578ff76aa9a0c386d /kernel/wait.c | |
parent | 40842bf50e0719bcfe817fec2fe8b0b98dcdb244 (diff) |
x86: use def_bool where possible
Change occurances of:
bool
default X
to:
def_bool X
Change ocurances of:
bool "Foo"
default X
to:
def_bool X
prompt "Foo"
Shows no difference in generated config for allmodconfig/allyesconfig.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/wait.c')
0 files changed, 0 insertions, 0 deletions