diff options
Diffstat (limited to 'hw/prd.c')
-rw-r--r-- | hw/prd.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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); } |