cns3xxx: support isolated PCI interrupts on newer Laguna PCBs
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 2 Sep 2014 16:44:40 +0000 (16:44 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 2 Sep 2014 16:44:40 +0000 (16:44 +0000)
commitc6899d90e452151e2408c0311435038357e69d70
treeba0b9eb67ab03ce731d44c7e918d26844cc9de22
parent106b16804417131ef092aaad8da578244f2b9360
cns3xxx: support isolated PCI interrupts on newer Laguna PCBs

The cns3xxx uses irq61 for pcie0_intr which in the case of a PCIe-to-PCI
bridge ends up combining INTA/B/C/D on a single ARM CPU interrupt. This is
not optimal when you have multiple cores. To overcome this limitation an
enhancement was made on newer Laguna PCB's that support miniPCI cards
to route the INTA/B/C/D signals to unique external ARM CPU interrupts which
can help balance CPU core utilization and in some cases increase overall
system performance or responsiveness.

For more details see:
 http://trac.gateworks.com/wiki/multicoreprocessing#PCIInterruptsteering

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42400 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/cns3xxx/patches-3.10/310-pci_isolated_interrupts.patch [new file with mode: 0644]