[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH 1/3] xen: make pci notifier work with booting devices



change fs_initcall to arch_initcall so that pci notifier
would handle booting pci devices

Signed-off-by: Qing He <qing.he@xxxxxxxxx>

---
 drivers/xen/pci.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/xen/pci.c b/drivers/xen/pci.c
index b13e054..5156278 100644
--- a/drivers/xen/pci.c
+++ b/drivers/xen/pci.c
@@ -113,4 +113,4 @@ static int __init register_xen_pci_notifier(void)
        return bus_register_notifier(&pci_bus_type, &device_nb);
 }
 
-fs_initcall(register_xen_pci_notifier);
+arch_initcall(register_xen_pci_notifier);
-- 
1.6.0


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.