|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [IA64] Remove VT-i no opcode warning
# HG changeset patch
# User Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
# Date 1218163101 -32400
# Node ID 3f9d904d92c491f02d5f8ff6104efdabab10a384
# Parent 1dd1b92721fc678c548186ec1c272396b0fb94a7
[IA64] 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>
---
xen/arch/ia64/vmx/vmx_init.c | 3 ---
1 files changed, 3 deletions(-)
diff -r 1dd1b92721fc -r 3f9d904d92c4 xen/arch/ia64/vmx/vmx_init.c
--- a/xen/arch/ia64/vmx/vmx_init.c Fri Aug 08 11:38:20 2008 +0900
+++ b/xen/arch/ia64/vmx/vmx_init.c Fri Aug 08 11:38:21 2008 +0900
@@ -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-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] [IA64] Remove VT-i no opcode warning,
Xen patchbot-unstable <=
|
|
|
|
|