summaryrefslogtreecommitdiffstats
path: root/src/usr/intr/intrrp.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/intr/intrrp.C')
-rw-r--r--src/usr/intr/intrrp.C4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/intr/intrrp.C b/src/usr/intr/intrrp.C
index c00f942e8..20b41fdd9 100644
--- a/src/usr/intr/intrrp.C
+++ b/src/usr/intr/intrrp.C
@@ -56,6 +56,7 @@
#include <p9_misc_scom_addresses.H>
#include <p9n2_misc_scom_addresses_fld.H>
#include <util/utilmbox_scratch.H>
+#include <errl/errludprintk.H>
using namespace INTR;
using namespace TARGETING;
@@ -1082,6 +1083,9 @@ void IntrRp::msgHandler()
KernelIpc::ipc_data_area.msg_queue_id,
l_xirr_pir
);
+ //Add the printk to give more data as to how we got
+ // in this situation
+ ERRORLOG::ErrlUserDetailsPrintk().addToLog(l_err);
}
else
{
OpenPOWER on IntegriCloud