From c17473f12baf51fb45ec6966d3ce007743a44bf5 Mon Sep 17 00:00:00 2001 From: "Richard J. Knight" Date: Fri, 3 Apr 2015 16:17:56 -0500 Subject: 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 Tested-by: Jenkins Server --- src/usr/intr/intrrp.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/intr') 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"); } //---------------------------------------------------------------------------- -- cgit v1.2.1