From: Razvan Cojocaru Date: Fri, 23 Nov 2018 11:07:24 +0000 (+0100) Subject: x86/p2m: switch global_logdirty from bool_t to bool X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~2841 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c861674f3bae2dcdac333057385290dfc7b0dc6a;p=xen.git x86/p2m: switch global_logdirty from bool_t to bool Signed-off-by: Razvan Cojocaru Reviewed-by: Wei Liu --- diff --git a/xen/include/asm-x86/p2m.h b/xen/include/asm-x86/p2m.h index 673adf80cf..3304921991 100644 --- a/xen/include/asm-x86/p2m.h +++ b/xen/include/asm-x86/p2m.h @@ -222,7 +222,7 @@ struct p2m_domain { struct rangeset *logdirty_ranges; /* Host p2m: Global log-dirty mode enabled for the domain. */ - bool_t global_logdirty; + bool global_logdirty; /* Host p2m: when this flag is set, don't flush all the nested-p2m * tables on every host-p2m change. The setter of this flag