C6X: remove dependence on legacy IRQs
authorMark Salter <msalter@redhat.com>
Thu, 19 Jul 2012 03:49:40 +0000 (23:49 -0400)
committerMark Salter <msalter@redhat.com>
Thu, 19 Jul 2012 03:49:40 +0000 (23:49 -0400)
The core priority PIC code uses legacy irq support to facilitate direct
mapping of core hw interrupt numbers to linux interrupt numbers. This
patch removes the legacy irq usage and replaces it with a generic linear
mapping.

Signed-off-by: Mark Salter <msalter@redhat.com>

No differences found