aboutsummaryrefslogtreecommitdiff
path: root/hw/prd.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/prd.c')
-rw-r--r--hw/prd.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/prd.c b/hw/prd.c
index 761d0a4..45d7654 100644
--- a/hw/prd.c
+++ b/hw/prd.c
@@ -740,6 +740,11 @@ void prd_init(void)
prd_ipoll_status_reg = PRD_P9_IPOLL_REG_STATUS;
prd_ipoll_mask = PRD_P9_IPOLL_MASK;
break;
+ case proc_gen_p10: /* IPOLL regs are the same for p9 and p10 */
+ prd_ipoll_mask_reg = PRD_P9_IPOLL_REG_MASK;
+ prd_ipoll_status_reg = PRD_P9_IPOLL_REG_STATUS;
+ prd_ipoll_mask = PRD_P9_IPOLL_MASK;
+ break;
default:
assert(0);
}