diff options
author | Ananth N Mavinakayanahalli <ananth@in.ibm.com> | 2015-11-25 14:01:07 +0530 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-12-01 18:13:04 +1100 |
commit | 467c017502542b34c9cad5c79cd31b84fb1c94bd (patch) | |
tree | b4615638f0bd92156662760568b229258cc030fe /include | |
parent | b96a20e2f78c5eb23a951259ece185b2897e1416 (diff) | |
download | blackbird-skiboot-467c017502542b34c9cad5c79cd31b84fb1c94bd.tar.gz blackbird-skiboot-467c017502542b34c9cad5c79cd31b84fb1c94bd.zip |
FSP: Give up PSI link on shutdown
Since we are anyway on the way to standby and apparently the other
hypervisor also does this.
Tested-by: Vipin K Parashar <vipin@linux.vnet.ibm.com>
Signed-off-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/fsp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fsp.h b/include/fsp.h index a61bd58e..7ea162db 100644 --- a/include/fsp.h +++ b/include/fsp.h @@ -802,6 +802,7 @@ extern void fsp_ipmi_init(void); /* Reset/Reload */ extern void fsp_reinit_fsp(void); extern void fsp_trigger_reset(void); +extern void fsp_reset_links(void); /* FSP memory errors */ extern void fsp_memory_err_init(void); |