xtensa: define NO_IRQ appropriately for the architecture
authorMarc Gauthier <marc@tensilica.com>
Tue, 4 May 2010 20:43:29 +0000 (13:43 -0700)
committerChris Zankel <chris@zankel.net>
Mon, 17 May 2010 04:56:45 +0000 (21:56 -0700)
Interrupt number zero (0) is valid for the Xtensa port,
so define NO_IRQ as (-1).  And use it to override the 8250 driver
hack that compares interrupt numbers with 0 instead of NO_IRQ.

Signed-off-by: Piet Delaney <piet@tensilica.com>
Signed-off-by: Marc Gauthier <marc@tensilica.com>
Signed-off-by: Chris Zankel <chris@zankel.net>

No differences found