From 5a06d8654530dae4508bd2c61ace226bda73bcc5 Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Fri, 8 Aug 2008 11:38:21 +0900 Subject: [PATCH] [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 --- xen/arch/ia64/vmx/vmx_init.c | 3 --- 1 file changed, 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; -- 2.30.2