diff options
| author | Dean Sanner <dsanner@us.ibm.com> | 2018-04-16 07:22:24 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-03-28 10:49:58 -0500 |
| commit | 610f16673641583e3b312ca9f1a249bc54fe5cb4 (patch) | |
| tree | 8595b57474ddf4902ea29479557e2a383e1bf29b /src/usr | |
| parent | 224517ac925ba45b0ef81e4e153a42b082a28c03 (diff) | |
| download | talos-hostboot-610f16673641583e3b312ca9f1a249bc54fe5cb4.tar.gz talos-hostboot-610f16673641583e3b312ca9f1a249bc54fe5cb4.zip | |
Allow OPAL to run on fused cores
- Remove check in Hostboot that sets payload kind based
on HW forced fused core
- Allows desicion to be based on XML or Service Processor
Change-Id: I9156ab566338ceb93167f77eb0a2676f9de5595d
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/57318
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr')
| -rw-r--r-- | src/usr/isteps/istep06/thread_activate/thread_activate.C | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/usr/isteps/istep06/thread_activate/thread_activate.C b/src/usr/isteps/istep06/thread_activate/thread_activate.C index 707377e14..f10dded98 100644 --- a/src/usr/isteps/istep06/thread_activate/thread_activate.C +++ b/src/usr/isteps/istep06/thread_activate/thread_activate.C @@ -313,11 +313,6 @@ void activate_threads( errlHndl_t& io_rtaskRetErrl ) sys->setAttr<TARGETING::ATTR_FUSED_CORE_MODE_HB> (TARGETING::FUSED_CORE_MODE_HB_SMT8_ONLY); l_smt8 = true; - if(l_isFuseBlown) - { - sys->setAttr<TARGETING::ATTR_PAYLOAD_KIND> - (TARGETING::PAYLOAD_KIND_PHYP); - } } } |

