grundler
grundler@puffin.external.hp.com
grundler@puffin.external.hp.com
Mon, 10 Jan 2000 16:22:15 -0700 (MST)
Update of /home/cvs/parisc/linux-2.3/drivers/pci
In directory puffin.external.hp.com:/tmp/cvs-serv31281/drivers/pci
Modified Files:
pci.c
Log Message:
Problem: dino (actually all HP PCI bridges) needs to use the same lock
to protect I/O port space accessor functions as well as configuration
space accessor functions.
Solution: Alan Cox sounded like it's ok for dino to use the same lock.
This meant removing "static" from the declaration in drivers/pci/pci.c.
If needed, an "extern" could be added to include/linux/pci.h once
dependencies on "spinlock_t" are examined.