Re: [PATCH v2 5/8] powerpc/entry: add irqentry_state and generic entry support

2024-11-12 Thread Thomas Gleixner
On Mon, Nov 11 2024 at 11:19, Luming Yu wrote: > generic irq entry support via generic irqentry is added for powerpc. > There may be duplciate calls and missing callbacks requires further > work. No. This needs to be a transition which is consistent and correct at any stage of the series. You can

[PATCH v2 5/8] powerpc/entry: add irqentry_state and generic entry support

2024-11-10 Thread Luming Yu
generic irq entry support via generic irqentry is added for powerpc. There may be duplciate calls and missing callbacks requires further work. Signed-off-by: Luming Yu --- arch/powerpc/include/asm/entry-common.h | 32 arch/powerpc/kernel/interrupt.c | 51 +---