projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5c0999
)
x86: remove stale PVHv1 comment from PV domain builder
author
Wei Liu
<wei.liu2@citrix.com>
Mon, 20 Mar 2017 15:01:04 +0000
(15:01 +0000)
committer
Wei 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
patch
|
blob
|
history
diff --git
a/xen/arch/x86/pv/dom0_build.c
b/xen/arch/x86/pv/dom0_build.c
index 3c5820d90cee552f990959ff4de51c142661beb3..65cd2c5019b3d47a9f5409aa478faaac83f07187 100644
(file)
--- 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");