diff options
Diffstat (limited to 'hw')
-rw-r--r-- | hw/occ.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -536,8 +536,8 @@ static struct fsp_client fsp_occ_client = { void occ_send_dummy_interrupt(void) { - /* Mambo chip doesn't do this */ - if (is_mambo_chip) + /* Mambo chip and P7 don't do this */ + if (is_mambo_chip || proc_gen != proc_gen_p8) return; xscom_writeme(OCB_OCI_OCCMISC_OR, OCB_OCI_OCIMISC_IRQ | |