From 34320d3ac1583b69aeec136ab98445b35b34a381 Mon Sep 17 00:00:00 2001 From: Christian Geddes Date: Tue, 17 Oct 2017 00:18:25 -0500 Subject: Revert "Re-apply p9_int_scom inits on shutdown path" This reverts commit db91ab91d557b402c4f0709e3aaa20bb8025b27c. Change-Id: Id83de4fe211c56de6fa11cc124d57910c434feb7 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48476 Tested-by: Christian R. Geddes Reviewed-by: Christian R. Geddes --- src/include/usr/initservice/initserviceif.H | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/include') diff --git a/src/include/usr/initservice/initserviceif.H b/src/include/usr/initservice/initserviceif.H index 8251bdb94..d469167b6 100644 --- a/src/include/usr/initservice/initserviceif.H +++ b/src/include/usr/initservice/initserviceif.H @@ -58,18 +58,18 @@ namespace INITSERVICE */ enum EventPriority_t { - NOTIFY_FIRST = 0, - HIGHEST_PRIORITY = NOTIFY_FIRST, - NO_PRIORITY = 16, - MBOX_PRIORITY = 17, - INTR_PRIORITY = 18, - PRESHUTDOWN_INIT_PRIORITY = 19, - LOWEST_PRIORITY = 127, - CONSOLE_PRIORITY = LOWEST_PRIORITY, - LAST_PRE_MEM_FLUSH_PRIORITY = LOWEST_PRIORITY, + NOTIFY_FIRST = 0, + HIGHEST_PRIORITY = NOTIFY_FIRST, + NO_PRIORITY = 16, + MBOX_PRIORITY = 17, + INTR_PRIORITY = 18, + 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 + PNOR_RP_PRIORITY = HIGHEST_POST_MEM_FLUSH_PRIORITY, + POST_MEM_FLUSH_NOTIFY_LAST = 255 }; -- cgit v1.2.1