diff options
Diffstat (limited to 'arch/x86/xen/setup.c')
-rw-r--r-- | arch/x86/xen/setup.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/xen/setup.c b/arch/x86/xen/setup.c index 630fb53c95f3..38fdffaa71d3 100644 --- a/arch/x86/xen/setup.c +++ b/arch/x86/xen/setup.c | |||
@@ -336,9 +336,6 @@ void __cpuinit xen_enable_syscall(void) | |||
336 | 336 | ||
337 | void __init xen_arch_setup(void) | 337 | void __init xen_arch_setup(void) |
338 | { | 338 | { |
339 | struct physdev_set_iopl set_iopl; | ||
340 | int rc; | ||
341 | |||
342 | xen_panic_handler_init(); | 339 | xen_panic_handler_init(); |
343 | 340 | ||
344 | HYPERVISOR_vm_assist(VMASST_CMD_enable, VMASST_TYPE_4gb_segments); | 341 | HYPERVISOR_vm_assist(VMASST_CMD_enable, VMASST_TYPE_4gb_segments); |
@@ -355,11 +352,6 @@ void __init xen_arch_setup(void) | |||
355 | xen_enable_sysenter(); | 352 | xen_enable_sysenter(); |
356 | xen_enable_syscall(); | 353 | xen_enable_syscall(); |
357 | 354 | ||
358 | set_iopl.iopl = 1; | ||
359 | rc = HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl); | ||
360 | if (rc != 0) | ||
361 | printk(KERN_INFO "physdev_op failed %d\n", rc); | ||
362 | |||
363 | #ifdef CONFIG_ACPI | 355 | #ifdef CONFIG_ACPI |
364 | if (!(xen_start_info->flags & SIF_INITDOMAIN)) { | 356 | if (!(xen_start_info->flags & SIF_INITDOMAIN)) { |
365 | printk(KERN_INFO "ACPI in unprivileged domain disabled\n"); | 357 | printk(KERN_INFO "ACPI in unprivileged domain disabled\n"); |