Skip to content

Commit

Permalink
STOP: Fix leftover wakeup aborting next entry
Browse files Browse the repository at this point in the history
Key_Cronus_Test=PM_REGRESS

Change-Id: I426f31fe069c3c53e8c80662b7ef816475726e89
Original-Change-Id: Iff892a1e71423197ae894293e5c6df242ea6fc1d
CQ: HW450809
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59718
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christopher R. Jones <crjones@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
  • Loading branch information
davidduyue authored and op-jenkins committed Aug 22, 2018
1 parent 691d819 commit ba27d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions import/chips/p9/procedures/ppe_closed/cme/p9_cme.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
extern uint32_t G_CME_LCL_EINR;
extern uint32_t G_CME_LCL_EISR;
extern uint32_t G_CME_LCL_EISR_CLR;
extern uint32_t G_CME_LCL_EISR_OR;
extern uint32_t G_CME_LCL_EIMR_CLR;
extern uint32_t G_CME_LCL_EIMR_OR;
extern uint32_t G_CME_LCL_EIPR_CLR;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ CmeFitRecord G_cme_fit_record = {0, 0, 0, 0, 0xFFFFFFFF, 0};
uint32_t G_CME_LCL_EINR = CME_LCL_EINR;
uint32_t G_CME_LCL_EISR = CME_LCL_EISR;
uint32_t G_CME_LCL_EISR_CLR = CME_LCL_EISR_CLR;
uint32_t G_CME_LCL_EISR_OR = CME_LCL_EISR_OR;
uint32_t G_CME_LCL_EIMR_CLR = CME_LCL_EIMR_CLR;
uint32_t G_CME_LCL_EIMR_OR = CME_LCL_EIMR_OR;
uint32_t G_CME_LCL_EIPR_CLR = CME_LCL_EIPR_CLR;
Expand Down

0 comments on commit ba27d42

Please sign in to comment.