diff options
author | John Keller <jpk@sgi.com> | 2007-05-02 10:09:18 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-05-08 14:06:41 -0400 |
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 @@ | |||
106 | /* interrupt handling */ | 106 | /* interrupt handling */ |
107 | #define SAL_INTR_ALLOC 1 | 107 | #define SAL_INTR_ALLOC 1 |
108 | #define SAL_INTR_FREE 2 | 108 | #define SAL_INTR_FREE 2 |
109 | #define SAL_INTR_REDIRECT 3 | ||
109 | 110 | ||
110 | /* | 111 | /* |
111 | * operations available on the generic SN_SAL_SYSCTL_OP | 112 | * operations available on the generic SN_SAL_SYSCTL_OP |