grundler

grundler@puffin.external.hp.com grundler@puffin.external.hp.com
Thu, 3 Feb 2000 20:46:40 -0700 (MST)


Update of /home/cvs/parisc/linux-2.3/arch/parisc/kernel
In directory puffin.external.hp.com:/tmp/cvs-serv7530/arch/parisc/kernel

Modified Files:
	iosapic.c 
Log Message:

Problem: disabling CONFIG_SERIAL_CONSOLE allowed c3k to boot
   into tulip_open...and then it hit BUG()s and my ASSERTs.
Solution: Need to pass in isi->vector to alloc_irq_region()
   and make iosapic_enable_irq() (and disable) derefence this array.
   Added "FIXME" for stuff which needs to be cleaned up.