From: Isaku Yamahata Date: Fri, 8 Aug 2008 02:38:21 +0000 (+0900) Subject: [IA64] Remove VT-i no opcode warning X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14161 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5a06d8654530dae4508bd2c61ace226bda73bcc5;p=xen.git [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 --- 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;