summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorBrian Stegmiller <bjs@us.ibm.com>2017-01-09 15:53:32 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-01-17 11:24:00 -0500
commitccaed40ee1fe7cff8c5879adb6eb788f44ef577c (patch)
tree5be12524b1ad650c8397ef99516b51a2472f53c8 /src/usr
parent6910cb9249c0ac3bcf150357a2577089d6382a6c (diff)
downloadtalos-hostboot-ccaed40ee1fe7cff8c5879adb6eb788f44ef577c.tar.gz
talos-hostboot-ccaed40ee1fe7cff8c5879adb6eb788f44ef577c.zip
ATTN: Routing bit not related to ATTNs we use
Change-Id: I4545ade3a3f76f5b227d37cfbdd1e3cdd83ee233 RTC: 165596 CMVC-Prereq: 1011892 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34613 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/diag/attn/common/attnsvc_common.C13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/usr/diag/attn/common/attnsvc_common.C b/src/usr/diag/attn/common/attnsvc_common.C
index 71a24f7da..be3ab3f96 100644
--- a/src/usr/diag/attn/common/attnsvc_common.C
+++ b/src/usr/diag/attn/common/attnsvc_common.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014,2016 */
+/* Contributors Listed Below - COPYRIGHT 2014,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -43,13 +43,6 @@ using namespace ERRORLOG;
namespace ATTN
{
-enum
-{
- // interrupts to host bridge -IPOLL MASK
- ROUTE_TO_HOST = 0x0400000000000000ull
-};
-
-
/**
* @brief calculated mask cache for ipoll
@@ -125,10 +118,6 @@ errlHndl_t ServiceCommon::configureInterrupts(
mask = HostMask::nonHost();
mask |= HostMask::host();
- // We never messed with FSP mask bits in P8, so
- // not doing it on P9 either.
- mask |= ATTN::ROUTE_TO_HOST;
-
// this doesn't have an and/or reg for some reason...
err = modifyScom(*it,
IPOLL::address,
OpenPOWER on IntegriCloud