Skip to content

Commit

Permalink
[IA64] Fix invalid irq vector assumption for iosapic
Browse files Browse the repository at this point in the history
Many of IOSAPIC codes depends on the flollowing assumptions, but these
would become invalid when multiple vector domain will be supported in
the future.

  - 1:1 mapping between IRQ and vector
  - IRQ == vector

To fix those invalid assumptions, this patch changes iosapic_intr_info[]
to be indexed by irq number instead of vector.

Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Yasuaki Ishimatsu authored and Tony Luck committed Jul 17, 2007
1 parent eb21ab2 commit 4bbdec7
Showing 1 changed file with 122 additions and 136 deletions.
Loading

0 comments on commit 4bbdec7

Please sign in to comment.