x86/mtrr: use stdbool instead of int + define
authorDoug Goldstein <cardoe@cardoe.com>
Thu, 5 Jan 2017 16:26:09 +0000 (10:26 -0600)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 5 Jan 2017 17:11:43 +0000 (17:11 +0000)
commitc1450c53d9c82f0cf126454eca92f93158fbb773
tree16d622c5a520645d72131824e57cf5fc78779553
parentf50e4912b763df0c56c01c163a3d9427794a6905
x86/mtrr: use stdbool instead of int + define

Instead of using an int and providing a define for TRUE and FALSE,
change the code to use stdbool that Xen provides.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
[Minor style tweaks]
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/cpu/mtrr/generic.c
xen/arch/x86/cpu/mtrr/mtrr.h