diff options
| author | Michael Floyd <mfloyd@us.ibm.com> | 2017-06-05 08:52:40 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 17:45:13 -0500 |
| commit | 91f5606901071c52b34b38aa14ce83decf41ae90 (patch) | |
| tree | 646597b44304bcdddc25ff641b04bb838d41e991 | |
| parent | 1d773d7a66635549c7a8c7634fc17080cbc27360 (diff) | |
| download | talos-hcode-91f5606901071c52b34b38aa14ce83decf41ae90.tar.gz talos-hcode-91f5606901071c52b34b38aa14ce83decf41ae90.zip | |
Re-enable Queued Scan
Change-Id: If5123d4882b814b38feb153e0c6777612b1c88d1
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41362
Reviewed-by: CHRISTOPHER M. RIEDL <cmriedl@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Juan R. Medina <jrmedina@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
| -rw-r--r-- | import/chips/p9/procedures/ppe_closed/cme/pk_app_cfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import/chips/p9/procedures/ppe_closed/cme/pk_app_cfg.h b/import/chips/p9/procedures/ppe_closed/cme/pk_app_cfg.h index bc8e5ee4..9ab55cd0 100644 --- a/import/chips/p9/procedures/ppe_closed/cme/pk_app_cfg.h +++ b/import/chips/p9/procedures/ppe_closed/cme/pk_app_cfg.h @@ -43,7 +43,7 @@ #define USE_PPE_IMPRECISE_MODE #define USE_CME_QUEUED_SCOM -#undef USE_CME_QUEUED_SCAN +#define USE_CME_QUEUED_SCAN #if !defined(USE_PPE_IMPRECISE_MODE) && (defined(USE_CME_QUEUED_SCOM) || defined(USE_CME_QUEUED_SCAN)) #error "USE_PPE_IMPRECISE_MODE must be defined in order to enable USE_CME_QUEUED_SCOM or USE_CME_QUEUED_SCAN" |

