linux/arch/x86/kernel/cpu/mtrr
Paul Jimenez 2d2ee8de5f x86: mtrr use type bool [RESEND AGAIN]
This is a janitorish patch to 1) remove private TRUE/FALSE #def's in
favor of using the standard enum from linux/stddef.h and 2) switch the
variables holding those values to type 'bool' (from linux/types.h)
since it both seems more appropriate and allows for potentially better
optimization.

As a truly minor aside, I removed a couple of comments documenting
a 'do_safe' parameter that seems to no longer exist.

Signed-off-by: Paul Jimenez <pj@place.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2008-01-30 13:30:31 +01:00
..
amd.c x86: mtrr use type bool [RESEND AGAIN] 2008-01-30 13:30:31 +01:00
centaur.c i386: move kernel/cpu/mtrr 2007-10-11 11:16:28 +02:00
cyrix.c spelling fixes: arch/i386/ 2007-10-20 01:13:56 +02:00
generic.c x86: mtrr use type bool [RESEND AGAIN] 2008-01-30 13:30:31 +01:00
if.c x86: mtrr use type bool [RESEND AGAIN] 2008-01-30 13:30:31 +01:00
main.c x86: mtrr use type bool [RESEND AGAIN] 2008-01-30 13:30:31 +01:00
Makefile i386: move kernel/cpu/mtrr 2007-10-11 11:16:28 +02:00
mtrr.h x86: mtrr use type bool [RESEND AGAIN] 2008-01-30 13:30:31 +01:00
state.c i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00