summaryrefslogtreecommitdiffstats
path: root/src/usr/ipmi/ipmirp.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/ipmi/ipmirp.C')
-rw-r--r--src/usr/ipmi/ipmirp.C3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/ipmi/ipmirp.C b/src/usr/ipmi/ipmirp.C
index fba8262d1..9112fdabd 100644
--- a/src/usr/ipmi/ipmirp.C
+++ b/src/usr/ipmi/ipmirp.C
@@ -462,6 +462,9 @@ void IpmiRP::execute(void)
// Wait for an event message read it and handle it if no one else does
task_create( &IpmiRP::last_chance_event_handler, NULL);
+ // call ErrlManager function - tell him that IPMI is ready!
+ ERRORLOG::ErrlManager::errlResourceReady(ERRORLOG::IPMI);
+
while (true)
{
msg_t* msg = msg_wait(iv_msgQ);
OpenPOWER on IntegriCloud