grundler

grundler@puffin.external.hp.com grundler@puffin.external.hp.com
Thu, 3 Feb 2000 09:35:04 -0700 (MST)


Update of /home/cvs/parisc/linux-2.3/drivers/gsc
In directory puffin.external.hp.com:/tmp/cvs-serv3760/drivers/gsc

Modified Files:
	gsc.c 
Log Message:

Problem: gsc_claim_irq() passing invalid IRQ.
Solution: wasn't virtualizing the IRQ or using the IRQ returned
   by txn_claim_irq(). The latter might eventually cause problems
   on SMP systems.
   I'm not happy with txn_claim_irq() interface definition.
   It's can't support SMP w/per processor irq_action tables.