commit | 17764d2437b0c4440e0718205f2c26dbaa72bc27 | [log] [tgz] |
---|---|---|
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | Tue Aug 28 16:01:21 2007 -0700 |
committer | Tony Luck <tony.luck@intel.com> | Tue Aug 28 16:01:21 2007 -0700 |
tree | 37ddca9b39dbc184b27503d226cba86f48f8c525 | |
parent | b07d68b5ca4d55a16fab223d63d5fb36f89ff42f [diff] |
[IA64] Fix unexpected interrupt vector handling Fix handling for spurious interrupts not being mapped to any IRQs. Currently, spurious interrupts that are not mapped to any IRQs are handled as IRQ 15 (== IA64_SPURIOUS_VECTOR). But it is not proper because vector != irq. We need special handlings for such spurious interrupts not being mapped to any IRQs. Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> Signed-off-by: Tony Luck <tony.luck@intel.com>