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.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/intr/intrrp.C b/src/usr/intr/intrrp.C
index 89a5baaed..70747d88f 100644
--- a/src/usr/intr/intrrp.C
+++ b/src/usr/intr/intrrp.C
@@ -484,7 +484,7 @@ errlHndl_t IntrRp::_init()
task_create(IntrRp::msg_handler, NULL);
// Register event to be called on shutdown
- INITSERVICE::registerShutdownEvent(iv_msgQ,
+ INITSERVICE::registerShutdownEvent(INTR_COMP_ID, iv_msgQ,
MSG_INTR_SHUTDOWN,
INITSERVICE::INTR_PRIORITY);
OpenPOWER on IntegriCloud