summaryrefslogtreecommitdiffstats
path: root/hw/occ.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/occ.c')
-rw-r--r--hw/occ.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/hw/occ.c b/hw/occ.c
index 7ca12184..8eb64693 100644
--- a/hw/occ.c
+++ b/hw/occ.c
@@ -598,12 +598,6 @@ void occ_send_dummy_interrupt(void)
OCB_OCI_OCIMISC_IRQ_OPAL_DUMMY);
}
-static void occ_tmgt_interrupt(void)
-{
- /* Not currently expected */
- printf("OCC: TMGT interrupt !\n");
-}
-
void occ_interrupt(uint32_t chip_id)
{
uint64_t ireg;
@@ -623,7 +617,7 @@ void occ_interrupt(uint32_t chip_id)
/* Dispatch */
if (ireg & OCB_OCI_OCIMISC_IRQ_TMGT)
- occ_tmgt_interrupt();
+ prd_tmgt_interrupt(chip_id);
/* We may have masked-out OCB_OCI_OCIMISC_IRQ in the previous
* OCCMISC_AND write. Check if there are any new source bits set,
OpenPOWER on IntegriCloud