aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsaku Yamahata <yamahata@valinux.co.jp>2008-08-08 11:38:21 +0900
committerIsaku Yamahata <yamahata@valinux.co.jp>2008-08-08 11:38:21 +0900
commit5a06d8654530dae4508bd2c61ace226bda73bcc5 (patch)
treecba8a6d5219b145f2b6ac0056d2fec71b5ce818a
parentbd339968b8b2a6a5a7e84a0315693059cf295f36 (diff)
downloadxen-5a06d8654530dae4508bd2c61ace226bda73bcc5.tar.gz
xen-5a06d8654530dae4508bd2c61ace226bda73bcc5.tar.bz2
xen-5a06d8654530dae4508bd2c61ace226bda73bcc5.zip
[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@hp.com>
-rw-r--r--xen/arch/ia64/vmx/vmx_init.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/xen/arch/ia64/vmx/vmx_init.c b/xen/arch/ia64/vmx/vmx_init.c
index e832dec5c3..00c23ff168 100644
--- a/xen/arch/ia64/vmx/vmx_init.c
+++ b/xen/arch/ia64/vmx/vmx_init.c
@@ -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;