summaryrefslogtreecommitdiffstats
path: root/src/include/usr/initservice/initserviceif.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/initservice/initserviceif.H')
-rw-r--r--src/include/usr/initservice/initserviceif.H8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/usr/initservice/initserviceif.H b/src/include/usr/initservice/initserviceif.H
index 3e6d0bd4a..87ca8cdb0 100644
--- a/src/include/usr/initservice/initserviceif.H
+++ b/src/include/usr/initservice/initserviceif.H
@@ -61,16 +61,16 @@ namespace INITSERVICE
NOTIFY_FIRST = 0,
HIGHEST_PRIORITY = NOTIFY_FIRST,
NO_PRIORITY = 16,
- MBOX_PRIORITY = 17,
- INTR_PRIORITY = 18,
- PRESHUTDOWN_INIT_PRIORITY = 19,
+ IPMI_SEL_PRIORITY = 17,
+ MBOX_PRIORITY = 18,
+ INTR_PRIORITY = 19,
+ PRESHUTDOWN_INIT_PRIORITY = 20,
LOWEST_PRIORITY = 127,
CONSOLE_PRIORITY = LOWEST_PRIORITY,
LAST_PRE_MEM_FLUSH_PRIORITY = LOWEST_PRIORITY,
HIGHEST_POST_MEM_FLUSH_PRIORITY = 128, // 1st post mem flush callback
PNOR_RP_PRIORITY = HIGHEST_POST_MEM_FLUSH_PRIORITY,
POST_MEM_FLUSH_NOTIFY_LAST = 255
-
};
/**
OpenPOWER on IntegriCloud