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>
boolean_param("e820-mtrr-clip", e820_mtrr_clip);
/* opt_e820_verbose: Be verbose about clipping, the original e820, &c */
-static bool_t __initdata e820_verbose;
+static bool __initdata e820_verbose;
boolean_param("e820-verbose", e820_verbose);
struct e820map e820;