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);
-