diff options
| author | Yue Du <daviddu@us.ibm.com> | 2017-07-31 22:47:55 -0500 |
|---|---|---|
| committer | hostboot <hostboot@us.ibm.com> | 2018-08-22 17:55:13 -0500 |
| commit | ef3b1c4fd9f6d4a7b10282199daf4c235db5472b (patch) | |
| tree | b52bea280a4a7b0fac88b5ed8f6843d4e10a510e /import | |
| parent | 2815449e8a631b42cd5627e49ab36dd86586f7e4 (diff) | |
| download | talos-hcode-ef3b1c4fd9f6d4a7b10282199daf4c235db5472b.tar.gz talos-hcode-ef3b1c4fd9f6d4a7b10282199daf4c235db5472b.zip | |
STOP: Attempt to Fix quad spwu caused incorrect flow
Change-Id: Idb6644849b68b2cc78f21047ae8566a2b1e6ba3d
Original-Change-Id: I0f7a6e45842fc79d89b4685badbd5c4e1e7f9e61
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43962
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Juan R. Medina <jrmedina@us.ibm.com>
Reviewed-by: BRIAN D. VICTOR <brian.d.victor1@ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'import')
| -rw-r--r-- | import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop_entry.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop_entry.c b/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop_entry.c index 6d86675c..9a13760e 100644 --- a/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop_entry.c +++ b/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop_entry.c @@ -70,6 +70,7 @@ p9_sgpe_stop_entry() MARK_TAG(BEGINSCOPE_STOP_ENTRY, 0) //================================ + G_sgpe_stop_record.group.core[VECTOR_ENTRY] = 0; G_sgpe_stop_record.group.quad[VECTOR_ENTRY] = 0; G_sgpe_stop_record.group.ex01[0] = 0; G_sgpe_stop_record.group.ex01[1] = 0; |

