[parisc-linux-cvs] linux deller

Helge Deller deller@puffin.external.hp.com
Fri, 24 Aug 2001 09:02:39 -0600


CVSROOT:	/home/cvs/parisc
Module name:	linux
Changes by:	deller	01/08/24 09:02:39

Modified files:
	arch/parisc/kernel: pci.c 

Log message:
remove one ASSERT(); pci_bios may be NULL on non-PCI machines
...
void pcibios_init(void)
{
-       ASSERT(pci_bios != NULL);
-