diff options
author | Richard J. Knight <rjknight@us.ibm.com> | 2015-04-03 16:17:56 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-04-24 16:14:19 -0500 |
commit | c17473f12baf51fb45ec6966d3ce007743a44bf5 (patch) | |
tree | 3ab88bf59fa26268b154296a9151cbfa26746b2a /src/usr/intr | |
parent | 7aa1479447c6a941b2fc7dca9a162907b04494ab (diff) | |
download | talos-hostboot-c17473f12baf51fb45ec6966d3ce007743a44bf5.tar.gz talos-hostboot-c17473f12baf51fb45ec6966d3ce007743a44bf5.zip |
Investigate graceful shutdown path anomolies
-Fix shutdown loop to notify processes correctly
-Block pnor writes when gracefull shutdown is in process
Change-Id: I1d882e8596a0218fa499d947f3c6387e7ecd4ee8
RTC:125361
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16852
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Tested-by: Jenkins Server
Diffstat (limited to 'src/usr/intr')
-rw-r--r-- | src/usr/intr/intrrp.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/intr/intrrp.C b/src/usr/intr/intrrp.C index 7095d9bd5..8bd385947 100644 --- a/src/usr/intr/intrrp.C +++ b/src/usr/intr/intrrp.C @@ -1431,7 +1431,7 @@ void IntrRp::shutDown(uint64_t i_status) disableInterruptPresenter(pir); } } - TRACFCOMP(g_trac_intr,INFO_MRK,"INTR is shutdown"); + TRACFCOMP(g_trac_intr,INFO_MRK"INTR is shutdown"); } //---------------------------------------------------------------------------- |