[parisc-linux-cvs] linux grundler

Grant Grundler parisc-linux@lists.parisc-linux.org
Sun, 13 Jul 2003 23:11:54 -0600 (MDT)


CVSROOT:	/var/cvs
Module name:	linux
Changes by:	grundler	03/07/13 23:11:53

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

Log message:
2.4.21-pa4 clean __dev_init issues (HOTPLUG=n breakage)

If CONFIG_HOTPLUG=n, we'd panic modprobe <PCI Driver> when to PCI init
code is executed that's marked __dev_init. Our implementation doesn't
actually release __init code segments but hopefully it will someday.
jejb and I figured out the bug in 2.5 first.