summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/core_activate
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2013-12-08 17:23:11 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-12-13 09:44:28 -0600
commitccba0c32f48745b88d91f50d87a5dff290abb11a (patch)
tree1affdc8277f20e13cdcc520f4b9c933fa7626240 /src/usr/hwpf/hwp/core_activate
parent54e360ff4e6b6adcb35f58cdeeeb83e50fdb9c3d (diff)
downloadtalos-hostboot-ccba0c32f48745b88d91f50d87a5dff290abb11a.tar.gz
talos-hostboot-ccba0c32f48745b88d91f50d87a5dff290abb11a.zip
INITPROC: Hostboot - SW237161 HWP changes week 12/3/13
Change-Id: Ic6b45f6515b6c43571a08e6eb4655058200246c1 CQ:SW237161 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7612 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/core_activate')
-rw-r--r--src/usr/hwpf/hwp/core_activate/switch_rec_attn/proc_switch_rec_attn.C9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/usr/hwpf/hwp/core_activate/switch_rec_attn/proc_switch_rec_attn.C b/src/usr/hwpf/hwp/core_activate/switch_rec_attn/proc_switch_rec_attn.C
index a1cce3d25..e3ca03688 100644
--- a/src/usr/hwpf/hwp/core_activate/switch_rec_attn/proc_switch_rec_attn.C
+++ b/src/usr/hwpf/hwp/core_activate/switch_rec_attn/proc_switch_rec_attn.C
@@ -21,7 +21,7 @@
/* */
/* IBM_PROLOG_END_TAG */
// -*- mode: C++; c-file-style: "linux"; -*-
-// $Id: proc_switch_rec_attn.C,v 1.2 2013/04/12 19:23:36 mfred Exp $
+// $Id: proc_switch_rec_attn.C,v 1.3 2013/11/25 17:13:06 mfred Exp $
// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ipl/fapi/proc_switch_rec_attn.C,v $
//------------------------------------------------------------------------------
// *|
@@ -41,8 +41,8 @@
//------------------------------------------------------------------------------
// Includes
//------------------------------------------------------------------------------
-#include "p8_scom_addresses.H"
-#include "proc_switch_rec_attn.H"
+#include <p8_scom_addresses.H>
+#include <proc_switch_rec_attn.H>
#include <fapi.H>
@@ -184,6 +184,9 @@ extern "C"
This section is automatically updated by CVS when you check in this file.
Be sure to create CVS comments when you commit so that they can be included here.
$Log: proc_switch_rec_attn.C,v $
+Revision 1.3 2013/11/25 17:13:06 mfred
+Change include statements to avoid problems. (From Gerrit review.)
+
Revision 1.2 2013/04/12 19:23:36 mfred
Avoid clearing bit 18 of the MCIFIRMASK by reading the reg first. (Fix for SW197032).
OpenPOWER on IntegriCloud