]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
x86: remove stale PVHv1 comment from PV domain builder
authorWei Liu <wei.liu2@citrix.com>
Mon, 20 Mar 2017 15:01:04 +0000 (15:01 +0000)
committerWei Liu <wei.liu2@citrix.com>
Mon, 20 Mar 2017 15:39:45 +0000 (15:39 +0000)
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/pv/dom0_build.c

index 3c5820d90cee552f990959ff4de51c142661beb3..65cd2c5019b3d47a9f5409aa478faaac83f07187 100644 (file)
@@ -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");