summaryrefslogtreecommitdiffstats
path: root/src/occ_405/pss/dpss.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/pss/dpss.c')
-rwxr-xr-xsrc/occ_405/pss/dpss.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/occ_405/pss/dpss.c b/src/occ_405/pss/dpss.c
index a333531..e24ca17 100755
--- a/src/occ_405/pss/dpss.c
+++ b/src/occ_405/pss/dpss.c
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2015 */
+/* Contributors Listed Below - COPYRIGHT 2011,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -127,7 +127,7 @@ errlHndl_t dpss_oversubscription_irq_initialize()
// Setup the IRQ
rc = ssx_irq_setup(OCCHW_IRQ_EXTERNAL_TRAP,
- SSX_IRQ_POLARITY_ACTIVE_LOW,
+ SSX_IRQ_POLARITY_ACTIVE_HIGH,
SSX_IRQ_TRIGGER_LEVEL_SENSITIVE);
if( rc ) {
OpenPOWER on IntegriCloud