]> git.baikalelectronics.ru Git - kernel.git/commit
x86: use def_bool where possible in Kconfig.cpu
authorHarvey Harrison <harvey.harrison@gmail.com>
Wed, 30 Jan 2008 12:31:03 +0000 (13:31 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:31:03 +0000 (13:31 +0100)
commitb65306ac164405756bc6e954e4f0157a785ccdcb
treeb187e25cd5b30e9f9f149fa4f38cc3af04da1b73
parent2bc98076233601537caf9801c62d5f84f52240f6
x86: use def_bool where possible in Kconfig.cpu

x86: Use def_bool where possible in Kconfig.cpu

Change occurances of:
bool
default X

to:
def_bool X

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>
arch/x86/Kconfig.cpu