|
@@ -30,7 +30,6 @@
|
|
#define XEN_PLATFORM_ERR_PROTOCOL -2
|
|
#define XEN_PLATFORM_ERR_PROTOCOL -2
|
|
#define XEN_PLATFORM_ERR_BLACKLIST -3
|
|
#define XEN_PLATFORM_ERR_BLACKLIST -3
|
|
|
|
|
|
-#ifdef CONFIG_XEN_PVHVM
|
|
|
|
/* store the value of xen_emul_unplug after the unplug is done */
|
|
/* store the value of xen_emul_unplug after the unplug is done */
|
|
static int xen_platform_pci_unplug;
|
|
static int xen_platform_pci_unplug;
|
|
static int xen_emul_unplug;
|
|
static int xen_emul_unplug;
|
|
@@ -214,4 +213,3 @@ static int __init parse_xen_emul_unplug(char *arg)
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
early_param("xen_emul_unplug", parse_xen_emul_unplug);
|
|
early_param("xen_emul_unplug", parse_xen_emul_unplug);
|
|
-#endif
|
|
|