diff options
author | John Keller <jpk@sgi.com> | 2007-05-02 09:09:18 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-05-08 11:06:41 -0700 |
commit | 0e17b560985afb5190e859d5d4609237a91bb732 (patch) | |
tree | d3177fa49c4b909dd83946037744eb8b5c3ad777 /include/asm-ia64/sn | |
parent | bb8416bf8b93d88e23cbbfde962ef85acda5bd5f (diff) |
[IA64] - Altix: hotplug after intr redirect can crash system
When redirecting a device interrupt on SN, not all links
between platform specific structures are being updated.
This can result in a system crash if an interrupt
redirection is followed by an unplug of that device.
The complete fix also requires a prom update. Though,
this patch is backward compatable and not dependent on
the prom patch.
Signed-off-by: John Keller <jpk@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/asm-ia64/sn')
-rw-r--r-- | include/asm-ia64/sn/sn_sal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ia64/sn/sn_sal.h b/include/asm-ia64/sn/sn_sal.h index 2c4004eb5a68..291e8ceed6e6 100644 --- a/include/asm-ia64/sn/sn_sal.h +++ b/include/asm-ia64/sn/sn_sal.h @@ -106,6 +106,7 @@ /* interrupt handling */ #define SAL_INTR_ALLOC 1 #define SAL_INTR_FREE 2 +#define SAL_INTR_REDIRECT 3 /* * operations available on the generic SN_SAL_SYSCTL_OP |