[IA64] Remove VT-i no opcode warning
authorIsaku Yamahata <yamahata@valinux.co.jp>
Fri, 8 Aug 2008 02:38:21 +0000 (11:38 +0900)
committerIsaku Yamahata <yamahata@valinux.co.jp>
Fri, 8 Aug 2008 02:38:21 +0000 (11:38 +0900)
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>
xen/arch/ia64/vmx/vmx_init.c

index e832dec5c3741cd6381e4a0f0f7d40ab42a2fc25..00c23ff168100628f2c5462f045e40ae24d0e96e 100644 (file)
@@ -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;