From: Stefano Stabellini Date: Tue, 3 Jul 2012 17:13:59 +0000 (+0000) Subject: xen/arm: set xen_platform_pci_unplug to XEN_UNPLUG_ALL X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ad5c523b29a456860c932fcaaeb8cfe9606adaa2;p=people%2Fsstabellini%2Flinux-pvhvm-deprecated.git xen/arm: set xen_platform_pci_unplug to XEN_UNPLUG_ALL Set xen_platform_pci_unplug to XEN_UNPLUG_ALL by default to make blkfront happy. The parameter doesn't make sense on ARM and should be removed. Signed-off-by: Stefano Stabellini --- diff --git a/arch/arm/xen/enlighten.c b/arch/arm/xen/enlighten.c index 6901e374d45..a6dc9eb9c8d 100644 --- a/arch/arm/xen/enlighten.c +++ b/arch/arm/xen/enlighten.c @@ -8,6 +8,7 @@ #include #include #include +#include #include @@ -33,7 +34,7 @@ __read_mostly int xen_have_vector_callback; EXPORT_SYMBOL_GPL(xen_have_vector_callback); /* XXX: to be removed */ -int xen_platform_pci_unplug; +int xen_platform_pci_unplug = XEN_UNPLUG_ALL; EXPORT_SYMBOL_GPL(xen_platform_pci_unplug); #define FOREIGN_MAP_BUFFER 0x90000000UL