vserver 2.0 rc7
[linux-2.6.git] / arch / ppc64 / kernel / eeh.c
index 0f8d1c4..d63d41f 100644 (file)
@@ -824,7 +824,7 @@ void eeh_add_device_early(struct device_node *dn)
        struct pci_controller *phb;
        struct eeh_early_enable_info info;
 
-       if (!dn || !eeh_subsystem_enabled)
+       if (!dn)
                return;
        phb = dn->phb;
        if (NULL == phb || 0 == phb->buid) {