Thomas Bogendoerfer dd5e6d6a3d parisc: Fix interrupt routing for C8000 serial ports
We can't use dev->mod_index for selecting the interrupt routing entry,
because it's not an index into interrupt routing table. It will be even
wrong on a machine with 2 CPUs (4 cores). But all needed information is
contained in the PAT entries for the serial ports. mod[0] contains the
iosapic address and mod_info has some indications for the interrupt
input (at least it looks like it). This patch implements the searching
for the right iosapic and uses this interrupt input information.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Cc: <stable@vger.kernel.org> # 3.10
Signed-off-by: Helge Deller <deller@gmx.de>
2013-07-31 23:42:32 +02:00
..
2013-05-24 23:29:01 +02:00
2012-05-07 11:38:46 +02:00
2012-12-14 13:06:43 +10:30
2013-05-05 00:10:41 -04:00
2013-01-15 22:30:15 -08:00
2010-10-16 22:43:08 +02:00
2013-04-08 17:39:27 +02:00
2008-10-10 16:32:28 +00:00
2013-06-08 21:23:33 -07:00