From: Wei Liu Date: Mon, 20 Mar 2017 15:01:04 +0000 (+0000) Subject: x86: remove stale PVHv1 comment from PV domain builder X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~2454 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2588a12732e71e6754b53689b981ec6a37b39983;p=xen.git x86: remove stale PVHv1 comment from PV domain builder Signed-off-by: Wei Liu Acked-by: Jan Beulich Reviewed-by: Andrew Cooper --- diff --git a/xen/arch/x86/pv/dom0_build.c b/xen/arch/x86/pv/dom0_build.c index 3c5820d90c..65cd2c5019 100644 --- a/xen/arch/x86/pv/dom0_build.c +++ b/xen/arch/x86/pv/dom0_build.c @@ -875,10 +875,6 @@ int __init dom0_construct_pv(struct domain *d, paging_update_paging_modes(v); #endif - /* - * PVH Fixme: XENFEAT_supervisor_mode_kernel has been reused in PVH with a - * different meaning. - */ if ( test_bit(XENFEAT_supervisor_mode_kernel, parms.f_required) ) panic("Dom0 requires supervisor-mode execution");