x86/e820.c: use plan bool
authorWei Liu <wei.liu2@citrix.com>
Fri, 30 Jun 2017 16:03:34 +0000 (17:03 +0100)
committerWei Liu <wei.liu2@citrix.com>
Tue, 4 Jul 2017 13:54:42 +0000 (14:54 +0100)
commit519eda29b5e4cf4a50eaaa3f14e839da1be62c84
treed788b84f11a2768c07aa13d6890d954a19c631cb
parent226d49b9a0834a91f72686e98215861d17e25fae
x86/e820.c: use plan bool

Note that e820_mtrr_clip remains s8 although the command line
parameter is bool, because it is a tristate variable.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/e820.c