Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 456 → Rev 457

/shark/trunk/drivers/newpci/search.c
73,7 → 73,7
struct list_head *n;
struct pci_bus *b = NULL;
 
WARN_ON(in_interrupt());
//WARN_ON(in_interrupt());
spin_lock(&pci_bus_lock);
n = from ? from->node.next : pci_root_buses.next;
if (n != &pci_root_buses)
132,7 → 132,7
struct list_head *n;
struct pci_dev *dev;
 
WARN_ON(in_interrupt());
//WARN_ON(in_interrupt());
spin_lock(&pci_bus_lock);
n = from ? from->global_list.next : pci_devices.next;
 
197,7 → 197,7
struct list_head *n;
struct pci_dev *dev;
 
WARN_ON(in_interrupt());
//WARN_ON(in_interrupt());
spin_lock(&pci_bus_lock);
n = from ? from->global_list.next : pci_devices.next;
 
263,7 → 263,7
struct list_head *n;
struct pci_dev *dev;
 
WARN_ON(in_interrupt());
//WARN_ON(in_interrupt());
spin_lock(&pci_bus_lock);
n = from ? from->global_list.prev : pci_devices.prev;