[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 22/29] target/ppc: remove unused interrupts from p7_delive
From: |
Fabiano Rosas |
Subject: |
Re: [PATCH v3 22/29] target/ppc: remove unused interrupts from p7_deliver_interrupt |
Date: |
Fri, 14 Oct 2022 12:14:59 -0300 |
Matheus Ferst <matheus.ferst@eldorado.org.br> writes:
> Remove the following unused interrupts from the POWER7 interrupt
> processing method:
> - PPC_INTERRUPT_RESET: only raised for 6xx, 7xx, 970 and POWER5p;
> - Hypervisor Virtualization: introduced in Power ISA v3.0;
> - Hypervisor Doorbell and Event-Based Branch: introduced in
> Power ISA v2.07;
> - Critical Input, Watchdog Timer, and Fixed Interval Timer: only defined
> for embedded CPUs;
> - Doorbell and Critical Doorbell Interrupt: processor does not implement
> the Embedded.Processor Control category;
> - Programmable Interval Timer: 40x-only;
> - PPC_INTERRUPT_THERM: only raised for 970 and POWER5p;
>
> Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
Reviewed-by: Fabiano Rosas <farosas@linux.ibm.com>
- Re: [PATCH v3 17/29] target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER8, (continued)
- [PATCH v3 18/29] target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_interrupt, Matheus Ferst, 2022/10/11
- [PATCH v3 19/29] target/ppc: create an interrupt masking method for POWER7, Matheus Ferst, 2022/10/11
- [PATCH v3 20/29] target/ppc: remove unused interrupts from p7_next_unmasked_interrupt, Matheus Ferst, 2022/10/11
- [PATCH v3 21/29] target/ppc: create an interrupt deliver method for POWER7, Matheus Ferst, 2022/10/11
- [PATCH v3 22/29] target/ppc: remove unused interrupts from p7_deliver_interrupt, Matheus Ferst, 2022/10/11
- Re: [PATCH v3 22/29] target/ppc: remove unused interrupts from p7_deliver_interrupt,
Fabiano Rosas <=
- [PATCH v3 23/29] target/ppc: remove generic architecture checks from p7_deliver_interrupt, Matheus Ferst, 2022/10/11
- [PATCH v3 24/29] target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7, Matheus Ferst, 2022/10/11
- [PATCH v3 25/29] target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_interrupt, Matheus Ferst, 2022/10/11
- [PATCH v3 26/29] target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY builds, Matheus Ferst, 2022/10/11
- [PATCH v3 27/29] target/ppc: introduce ppc_maybe_interrupt, Matheus Ferst, 2022/10/11