Revision dd5e6d6a3db09b16b7c222943977865eead88cc3 authored by Thomas Bogendoerfer on 30 July 2013, 00:02:16 UTC, committed by Helge Deller on 31 July 2013, 21:42:32 UTC
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>
1 parent 5a0ce2d
History
File Mode Size
R100_cp.bin.ihex -rw-r--r-- 5.6 KB
R200_cp.bin.ihex -rw-r--r-- 5.6 KB
R300_cp.bin.ihex -rw-r--r-- 5.6 KB
R420_cp.bin.ihex -rw-r--r-- 5.6 KB
R520_cp.bin.ihex -rw-r--r-- 5.6 KB
R600_me.bin.ihex -rw-r--r-- 57.8 KB
R600_pfp.bin.ihex -rw-r--r-- 6.2 KB
RS600_cp.bin.ihex -rw-r--r-- 5.6 KB
RS690_cp.bin.ihex -rw-r--r-- 5.6 KB
RS780_me.bin.ihex -rw-r--r-- 57.8 KB
RS780_pfp.bin.ihex -rw-r--r-- 6.2 KB
RV610_me.bin.ihex -rw-r--r-- 57.8 KB
RV610_pfp.bin.ihex -rw-r--r-- 6.2 KB
RV620_me.bin.ihex -rw-r--r-- 57.8 KB
RV620_pfp.bin.ihex -rw-r--r-- 6.2 KB
RV630_me.bin.ihex -rw-r--r-- 57.8 KB
RV630_pfp.bin.ihex -rw-r--r-- 6.2 KB
RV635_me.bin.ihex -rw-r--r-- 57.8 KB
RV635_pfp.bin.ihex -rw-r--r-- 6.2 KB
RV670_me.bin.ihex -rw-r--r-- 57.8 KB
RV670_pfp.bin.ihex -rw-r--r-- 6.2 KB
RV710_me.bin.ihex -rw-r--r-- 14.6 KB
RV710_pfp.bin.ihex -rw-r--r-- 9.1 KB
RV730_me.bin.ihex -rw-r--r-- 14.6 KB
RV730_pfp.bin.ihex -rw-r--r-- 9.1 KB
RV770_me.bin.ihex -rw-r--r-- 14.6 KB
RV770_pfp.bin.ihex -rw-r--r-- 9.1 KB

back to top