|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] [PATCH] Remove VT-i no opcode warning
I've never been sure why we have such a big scary warning around this,
when I have yet to see any system that does provide opcode decoding.
Let's remove it.
Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
--
diff -r eff5fcfa69bc xen/arch/ia64/vmx/vmx_init.c
--- a/xen/arch/ia64/vmx/vmx_init.c Wed Aug 06 15:19:13 2008 +0100
+++ b/xen/arch/ia64/vmx/vmx_init.c Thu Aug 07 16:28:08 2008 -0600
@@ -117,9 +117,6 @@ identify_vmx_feature(void)
goto no_vti;
}
- /* Does xen has ability to decode itself? */
- if (!(vp_env_info & VP_OPCODE))
- printk("WARNING: no opcode provided from hardware(%lx)!!!\n",
vp_env_info);
printk("vm buffer size: %ld\n", buffer_size);
vmx_enabled = 1;
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-ia64-devel] [PATCH] Remove VT-i no opcode warning,
Alex Williamson <=
|
|
|
|
|