diff options
Diffstat (limited to 'src/occ_405/pss/dpss.c')
-rwxr-xr-x | src/occ_405/pss/dpss.c | 4 |
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 ) { |