Skip to content

Commit

Permalink
Enable fifo reset intr in fifo data intr handler
Browse files Browse the repository at this point in the history
Change-Id: Ie21b97ce65fa54ef80d2d84273302ab5fdca6717
CQ: SW389653
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40893
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
  • Loading branch information
Shakeebbk authored and sgupta2m committed May 24, 2017
1 parent 7a87a60 commit f993941
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sbefw/sbecmdreceiver.C
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ void sbeCommandReceiver_routine(void *i_pArg)
SBE_GLOBAL->sbeIntrSource.clearIntrSource(SBE_ALL_HANDLER,
SBE_INTERFACE_FIFO);
pk_irq_enable(SBE_IRQ_SBEFIFO_DATA);
pk_irq_enable(SBE_IRQ_SBEFIFO_RESET);
}
continue;
}
Expand Down

0 comments on commit f993941

Please sign in to comment.