From: Paul Jimenez Date: Wed, 30 Jan 2008 12:30:31 +0000 (+0100) Subject: x86: mtrr use type bool [RESEND AGAIN] X-Git-Tag: v2.6.25-rc1~1143^2~784 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d2ee8de5f6d26ef2942e0b449aa68d9236d5777;p=pandora-kernel.git 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 Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed